The usual unbreaking of broken builds, no review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25106 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2011-06-18 18:37:55 +00:00
parent f4b1b6382d
commit e2ea433361
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ package scala
* operations such as the elementary exponential, logarithm, square root, and
* trigonometric functions.
*/
@deprecated("use the [[scala.math]] package object instead.\n(Example package object usage: `scala.math.Pi`)", "2.8.0")
@deprecated("use the scala.math package object instead.\n(Example package object usage: scala.math.Pi )", "2.8.0")
object Math extends MathCommon {
@deprecated("Use `scala.Byte.MinValue` instead", "2.8.0")
val MIN_BYTE = java.lang.Byte.MIN_VALUE

View File

@ -1,4 +1,4 @@
t3773.scala:3: error: method elements in trait IterableLike is deprecated: use `iterator' instead
t3773.scala:3: error: method elements in trait IterableLike is deprecated: use `iterator` instead
for ((v, t) <- m.elements) ()
^
one error found