From 543fe8d999de9feb1dd0ae58749b668e1310e94a Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Mon, 8 Oct 2012 22:34:48 +0400 Subject: [PATCH] Fixed annotation for Arrays.sort() method and fixed build. --- jdk-annotations/java/util/annotations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk-annotations/java/util/annotations.xml b/jdk-annotations/java/util/annotations.xml index eb69308e69a..b9ee30bfec8 100644 --- a/jdk-annotations/java/util/annotations.xml +++ b/jdk-annotations/java/util/annotations.xml @@ -768,7 +768,7 @@ + val=""fun <T> sort(a : Array<out T>, fromIndex : Int, toIndex : Int, c : Comparator<in T>?) : Unit""/>