From f98703dcdb76d3a594568e34caf60a100b5730ea Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 23 Nov 2015 14:56:50 +0300 Subject: [PATCH] Minor, fix URL in JvmName kdoc --- libraries/stdlib/src/kotlin/jvm/JvmPlatformAnnotations.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/stdlib/src/kotlin/jvm/JvmPlatformAnnotations.kt b/libraries/stdlib/src/kotlin/jvm/JvmPlatformAnnotations.kt index 3f02ea84733..b83424f6991 100644 --- a/libraries/stdlib/src/kotlin/jvm/JvmPlatformAnnotations.kt +++ b/libraries/stdlib/src/kotlin/jvm/JvmPlatformAnnotations.kt @@ -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. */