summaryrefslogtreecommitdiff
path: root/sources/scala/runtime/BoxedByte.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scala/runtime/BoxedByte.java')
-rwxr-xr-xsources/scala/runtime/BoxedByte.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/sources/scala/runtime/BoxedByte.java b/sources/scala/runtime/BoxedByte.java
index adbba56d30..a93f95bd21 100755
--- a/sources/scala/runtime/BoxedByte.java
+++ b/sources/scala/runtime/BoxedByte.java
@@ -1,6 +1,6 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2002, LAMP/EPFL **
+** / __/ __// _ | / / / _ | (c) 2002-2005, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
@@ -46,5 +46,3 @@ public final class BoxedByte extends BoxedNumber {
return String.valueOf(value);
}
}
-
-