summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic/Addable.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/generic/Addable.scala')
-rw-r--r--src/library/scala/collection/generic/Addable.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/generic/Addable.scala b/src/library/scala/collection/generic/Addable.scala
index 0e903ac2a1..8f33a62f10 100644
--- a/src/library/scala/collection/generic/Addable.scala
+++ b/src/library/scala/collection/generic/Addable.scala
@@ -21,7 +21,7 @@ package generic
* @define coll collection
* @define Coll Addable
*/
-@deprecated("Will be removed after scala 2.9")
+@deprecated("Will be removed after scala 2.9", "2.8.0")
trait Addable[A, +Repr <: Addable[A, Repr]] { self =>
/** The representation object of type `Repr` which contains the collection's elements