summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-12 13:22:39 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-12 13:22:39 +0000
commitde843e4a74769be951e28d7f744dc812e3eed83e (patch)
tree74a2bfde9ed8f30b01d1f15a5a00bd3e4f8062d6 /src/library
parenteee023674eb96c74d04e8cbb7a9d496da92895d8 (diff)
downloadscala-de843e4a74769be951e28d7f744dc812e3eed83e.tar.gz
scala-de843e4a74769be951e28d7f744dc812e3eed83e.tar.bz2
scala-de843e4a74769be951e28d7f744dc812e3eed83e.zip
Updated all SVN attributes in the Scala core mo...
Updated all SVN attributes in the Scala core module.
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/runtime/RichInt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/runtime/RichInt.scala b/src/library/scala/runtime/RichInt.scala
index 8843388c44..178185b14b 100644
--- a/src/library/scala/runtime/RichInt.scala
+++ b/src/library/scala/runtime/RichInt.scala
@@ -6,7 +6,7 @@
** |/ **
\* */
-// $Id: RichInt.scala 7625 2006-05-30 10:47:58 +0000 (Tue, 30 May 2006) odersky $
+// $Id$
package scala.runtime
final class RichInt(x: Int) {