From 7a3df2f2d811a98faa4a7c8fe728644eb24ad1a6 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 20 Jan 2012 08:35:23 +0100 Subject: [PATCH] minor cleanup --- akka-docs/project/migration-guide-1.3.x-2.0.x.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/akka-docs/project/migration-guide-1.3.x-2.0.x.rst b/akka-docs/project/migration-guide-1.3.x-2.0.x.rst index 751535feba..a3f874894d 100644 --- a/akka-docs/project/migration-guide-1.3.x-2.0.x.rst +++ b/akka-docs/project/migration-guide-1.3.x-2.0.x.rst @@ -10,15 +10,10 @@ :local: :depth: 3 -Actors -====== - The 2.0 release contains several new features which require source-level changes in client code. This API cleanup is planned to be the last one for a significant amount of time. -Detailed migration guide will be written. - Migration Kit ============= @@ -472,7 +467,7 @@ The dispatcher is assigned to the actor in a different way. v1.3:: actorRef.dispatcher = MyGlobals.myDispatcher - slef.dispatcher = = MyGlobals.myDispatcher + self.dispatcher = MyGlobals.myDispatcher v2.0::