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:
parent
f4b1b6382d
commit
e2ea433361
|
@ -13,7 +13,7 @@ package scala
|
||||||
* operations such as the elementary exponential, logarithm, square root, and
|
* operations such as the elementary exponential, logarithm, square root, and
|
||||||
* trigonometric functions.
|
* 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 {
|
object Math extends MathCommon {
|
||||||
@deprecated("Use `scala.Byte.MinValue` instead", "2.8.0")
|
@deprecated("Use `scala.Byte.MinValue` instead", "2.8.0")
|
||||||
val MIN_BYTE = java.lang.Byte.MIN_VALUE
|
val MIN_BYTE = java.lang.Byte.MIN_VALUE
|
||||||
|
|
|
@ -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) ()
|
for ((v, t) <- m.elements) ()
|
||||||
^
|
^
|
||||||
one error found
|
one error found
|
||||||
|
|
Loading…
Reference in New Issue