summaryrefslogtreecommitdiff
path: root/src/library/scala/volatile.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-10 08:40:09 +0000
committermichelou <michelou@epfl.ch>2007-04-10 08:40:09 +0000
commit9f27eacd5c5595288f66b701b8f59cc16b1529b0 (patch)
treea87bffbc11f64e486cf468e8b560eb9627baf0da /src/library/scala/volatile.scala
parentf96b6beefc08f56218ac68b37a4cecd757cb60ee (diff)
downloadscala-9f27eacd5c5595288f66b701b8f59cc16b1529b0.tar.gz
scala-9f27eacd5c5595288f66b701b8f59cc16b1529b0.tar.bz2
scala-9f27eacd5c5595288f66b701b8f59cc16b1529b0.zip
updated file headers
Diffstat (limited to 'src/library/scala/volatile.scala')
-rw-r--r--src/library/scala/volatile.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/library/scala/volatile.scala b/src/library/scala/volatile.scala
index d8a1afcb68..ef1ca4e8e6 100644
--- a/src/library/scala/volatile.scala
+++ b/src/library/scala/volatile.scala
@@ -1,7 +1,7 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-2006, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | **
+** / __/ __// _ | / / / _ | (c) 2003-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
@@ -11,5 +11,4 @@
package scala
-
class volatile extends Annotation