From 6874f41af81d8d34cfc629893a9b6a46c4fe8a4d Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Sat, 16 Mar 2013 00:08:55 +0400 Subject: [PATCH] Removed redundant annotation to avoid indeterministic test failing. It was failing because of duplication of the same annotation in IDEA JDK annotations and Kotlin JDK annotations. --- jdk-annotations/java/util/annotations.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/jdk-annotations/java/util/annotations.xml b/jdk-annotations/java/util/annotations.xml index 7146bbf2693..1138f99e005 100644 --- a/jdk-annotations/java/util/annotations.xml +++ b/jdk-annotations/java/util/annotations.xml @@ -958,9 +958,6 @@ val=""fun <T> sort(a : Array<out T>, c : Comparator<in T>?) : Unit""/> - - -