From b92becd757d8319129fa8bd0a93af8c6fd2b23b7 Mon Sep 17 00:00:00 2001 From: Vojin Jovanovic Date: Mon, 24 Sep 2012 17:04:29 +0200 Subject: Support for scala.concurrent for the ActorRef. Review by @phaller --- test/files/jvm/actmig-react-receive.scala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/files/jvm/actmig-react-receive.scala') diff --git a/test/files/jvm/actmig-react-receive.scala b/test/files/jvm/actmig-react-receive.scala index af36c2ac70..6adeac8b52 100644 --- a/test/files/jvm/actmig-react-receive.scala +++ b/test/files/jvm/actmig-react-receive.scala @@ -1,3 +1,7 @@ +/** + * NOTE: Code snippets from this test are included in the Actor Migration Guide. In case you change + * code in these tests prior to the 2.10.0 release please send the notification to @vjovanov. + */ import scala.actors.migration.MigrationSystem._ import scala.actors.Actor._ import scala.actors._ -- cgit v1.2.3