summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/cmd/gen/AnyVals.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-14 21:06:14 +0000
committerPaul Phillips <paulp@improving.org>2011-04-14 21:06:14 +0000
commit5ff4875db319ee2fef559c3e581100bedc84a184 (patch)
tree8389b468b53f5c71fbbbf1c987cf3d5e4e02d791 /src/compiler/scala/tools/cmd/gen/AnyVals.scala
parent3de9030dca760325555d697e3082d714f84f5df5 (diff)
downloadscala-5ff4875db319ee2fef559c3e581100bedc84a184.tar.gz
scala-5ff4875db319ee2fef559c3e581100bedc84a184.tar.bz2
scala-5ff4875db319ee2fef559c3e581100bedc84a184.zip
Various addenda to soc's patch: regenerating Pr...
Various addenda to soc's patch: regenerating Product/Tuple/Function classes and AnyVal sources, making versioning consistent, etc. Closes #4477, no review.
Diffstat (limited to 'src/compiler/scala/tools/cmd/gen/AnyVals.scala')
-rw-r--r--src/compiler/scala/tools/cmd/gen/AnyVals.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/cmd/gen/AnyVals.scala b/src/compiler/scala/tools/cmd/gen/AnyVals.scala
index a1280eec8e..9f8e488c43 100644
--- a/src/compiler/scala/tools/cmd/gen/AnyVals.scala
+++ b/src/compiler/scala/tools/cmd/gen/AnyVals.scala
@@ -206,7 +206,7 @@ final val NaN = @boxed@.NaN
final val PositiveInfinity = @boxed@.POSITIVE_INFINITY
final val NegativeInfinity = @boxed@.NEGATIVE_INFINITY
-@deprecated("use @name@.MinPositiveValue instead")
+@deprecated("use @name@.MinPositiveValue instead", "2.9.0")
final val Epsilon = MinPositiveValue
/** The negative number with the greatest (finite) absolute value which is representable