summaryrefslogtreecommitdiff
path: root/test/files/jvm5
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm5')
-rw-r--r--test/files/jvm5/annotations.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
index de725e2513..918109b42f 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -1,13 +1,13 @@
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:131: warning: type Integer in object Predef is deprecated
+/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:133: warning: type Integer in object Predef is deprecated
private var count: Integer = 0
^
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:136: warning: type Integer in object Predef is deprecated
+/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:138: warning: type Integer in object Predef is deprecated
getClass().getMethod("setCount", Array[java.lang.Class](classOf[Integer]))
^
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:138: warning: type Integer in object Predef is deprecated
+/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:140: warning: type Integer in object Predef is deprecated
def get = getter.invoke(this, Array()).asInstanceOf[Integer].intValue
^
-/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:139: warning: type Integer in object Predef is deprecated
+/Users/adriaan/src/scala/trunk/test/files/jvm5/annotations.scala:141: warning: type Integer in object Predef is deprecated
def set(n: Int) = setter.invoke(this, Array(new Integer(n)))
^
four warnings found