summaryrefslogtreecommitdiff
path: root/src/actors-migration
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2012-09-29 16:50:06 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2012-09-29 16:50:06 +0200
commitb34afb227f0c41ec4cdedf52c553574824473d25 (patch)
treee12166c4be0c949b6d6fa9d7bb143314313a83aa /src/actors-migration
parent4a40d83a5a4a357c8eeecb4f1dc3a15533aa76ca (diff)
downloadscala-b34afb227f0c41ec4cdedf52c553574824473d25.tar.gz
scala-b34afb227f0c41ec4cdedf52c553574824473d25.tar.bz2
scala-b34afb227f0c41ec4cdedf52c553574824473d25.zip
Fix incomplete version strings (2.10 -> 2.10.0)
Diffstat (limited to 'src/actors-migration')
-rw-r--r--src/actors-migration/scala/actors/migration/StashingActor.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors-migration/scala/actors/migration/StashingActor.scala b/src/actors-migration/scala/actors/migration/StashingActor.scala
index d0a1432e72..2a6351f120 100644
--- a/src/actors-migration/scala/actors/migration/StashingActor.scala
+++ b/src/actors-migration/scala/actors/migration/StashingActor.scala
@@ -13,7 +13,7 @@ object StashingActor extends Combinators {
}
}
-@deprecated("Scala Actors are being removed from the standard library. Please refer to the migration guide.", "2.10")
+@deprecated("Scala Actors are being removed from the standard library. Please refer to the migration guide.", "2.10.0")
trait StashingActor extends InternalActor {
type Receive = PartialFunction[Any, Unit]