Remove symbol added by accident into javalang.kt

This commit is contained in:
pTalanov
2012-06-13 18:47:06 +04:00
parent 7c1f670942
commit 9394e21208
+1 -1
View File
@@ -22,7 +22,7 @@ class IllegalStateException(message: String = "") : Exception() {}
library
class IndexOutOfBoundsException(message: String = "") : Exception() {}
s
library
class UnsupportedOperationException(message: String = "") : Exception() {}