summaryrefslogtreecommitdiff
path: root/src/library/scala/volatile.scala
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-03-02 23:05:17 +0000
committermihaylov <mihaylov@epfl.ch>2006-03-02 23:05:17 +0000
commit91a9821f91d9953eaa14d09c18041ed3fdb4f0bb (patch)
treed3a4187484774ad06097b1ffb6c142bb8145cc01 /src/library/scala/volatile.scala
parent7d7e144e981079a61f2120abc177fa8e50c5b703 (diff)
downloadscala-91a9821f91d9953eaa14d09c18041ed3fdb4f0bb.tar.gz
scala-91a9821f91d9953eaa14d09c18041ed3fdb4f0bb.tar.bz2
scala-91a9821f91d9953eaa14d09c18041ed3fdb4f0bb.zip
Rearranged header and updated copyright message
Diffstat (limited to 'src/library/scala/volatile.scala')
-rw-r--r--src/library/scala/volatile.scala7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/library/scala/volatile.scala b/src/library/scala/volatile.scala
index 905d95371e..a776385cf5 100644
--- a/src/library/scala/volatile.scala
+++ b/src/library/scala/volatile.scala
@@ -1,12 +1,15 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-2004, LAMP/EPFL **
+** / __/ __// _ | / / / _ | (c) 2003-2006, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
-** $Id:volatile.scala 5359 2005-12-16 16:33:49 +0100 (Fri, 16 Dec 2005) dubochet $
\* */
+// $Id$
+
+
package scala;
+
class volatile extends Attribute {}