BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages
This commit is contained in:
parent
29791593f0
commit
680ee7ddf1
393 changed files with 2100 additions and 2101 deletions
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
package sample.remote
|
||||
|
||||
import se.scalablesolutions.akka.actor.Actor
|
||||
import se.scalablesolutions.akka.actor.Actor._
|
||||
import se.scalablesolutions.akka.remote.{RemoteClient, RemoteNode}
|
||||
import se.scalablesolutions.akka.util.Logging
|
||||
import akka.actor.Actor
|
||||
import akka.actor.Actor._
|
||||
import akka.remote.{RemoteClient, RemoteNode}
|
||||
import akka.util.Logging
|
||||
|
||||
class HelloWorldActor extends Actor {
|
||||
def receive = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue