summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-10 15:53:35 +0000
committermichelou <michelou@epfl.ch>2007-04-10 15:53:35 +0000
commit10cbf9df8d32e7e2af44ef412239e21824fdaec3 (patch)
treed2ef67c5185931ab4251cd893e197e8c02c69a6a /test/files/jvm5/annotations.check
parent1f2b7055e45dc6dff6540f611cd5a631ea3e1fdb (diff)
downloadscala-10cbf9df8d32e7e2af44ef412239e21824fdaec3.tar.gz
scala-10cbf9df8d32e7e2af44ef412239e21824fdaec3.tar.bz2
scala-10cbf9df8d32e7e2af44ef412239e21824fdaec3.zip
added options to scaladoc Ant task
removed several unchecked warnings
Diffstat (limited to 'test/files/jvm5/annotations.check')
-rw-r--r--test/files/jvm5/annotations.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
index efdd54a237..a4e3d7420b 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -1,7 +1,7 @@
class java.rmi.RemoteException
class java.io.IOException
@java.lang.Deprecated()
-@test.SourceAnnotation(mail=scala@lists.epfl.ch, value=http://scala.epfl.ch)
+@test.SourceAnnotation(mail=scala@lists.epfl.ch, value=http://scala-lang.org)
@test.SourceAnnotation(mail=you@bloodsuckers.com, value=http://bloodsuckers.com)
@test.SourceAnnotation(mail=bill.gates@bloodsuckers.com, value=http://bloodsuckers.com)
0