Minor, fix URL in JvmName kdoc

This commit is contained in:
Alexander Udalov
2015-11-23 14:56:50 +03:00
parent 048e96ef6a
commit f98703dcdb
@@ -41,9 +41,8 @@ public annotation class JvmOverloads
public annotation class JvmStatic
/**
* Specifies the name for the Java class or method
* which is generated from this element.
* See the [Kotlin language documentation](http://kotlinlang.org/docs/reference/java-interop.html#handling-signature-clashes-with-platformname)
* Specifies the name for the Java class or method which is generated from this element.
* See the [Kotlin language documentation](http://kotlinlang.org/docs/reference/java-interop.html#handling-signature-clashes-with-jvmname)
* for more information.
* @property name the name of the element.
*/