Attempt to fix mvn build.

This commit is contained in:
Pavel V. Talanov
2012-08-14 18:04:03 +04:00
parent b0856cb364
commit 758254a5b4
+1 -1
View File
@@ -30,7 +30,7 @@ public object Collections {
throw UnsupportedOperationException()
}
library
library("sortWithComp")
public fun <in T> sort(list: List<T>, comparator: java.util.Comparator<T>): Unit {
throw UnsupportedOperationException()
}