summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-12 17:05:58 +0000
committermichelou <michelou@epfl.ch>2007-07-12 17:05:58 +0000
commit4428dd2a4ea288b881ec342f1155419a227340a5 (patch)
tree53ce227ecb2ad4f9286f83944dd450ac361949d3 /src/library
parentedacf9f4340f6eefe48852cbb2c9535d38275ac2 (diff)
downloadscala-4428dd2a4ea288b881ec342f1155419a227340a5.tar.gz
scala-4428dd2a4ea288b881ec342f1155419a227340a5.tar.bz2
scala-4428dd2a4ea288b881ec342f1155419a227340a5.zip
removed type aliases, old for-syntax, ..
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/compat/Math.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/library/scala/compat/Math.scala b/src/library/scala/compat/Math.scala
index 5cd337901c..04a103d8df 100644
--- a/src/library/scala/compat/Math.scala
+++ b/src/library/scala/compat/Math.scala
@@ -1,7 +1,7 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | **
+** / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
@@ -9,10 +9,10 @@
// $Id$
-package scala.compat;
+package scala.compat
/**
- * This class will be removed soon. Use scala.Math instead
+ * This class will be removed soon. Use <code>scala.Math</code> instead.
*/
@deprecated
object Math {