From b34afb227f0c41ec4cdedf52c553574824473d25 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sat, 29 Sep 2012 16:50:06 +0200 Subject: Fix incomplete version strings (2.10 -> 2.10.0) --- src/actors-migration/scala/actors/migration/StashingActor.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actors-migration') 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] -- cgit v1.2.3