Moved all 'akka.remote' to 'akka.cluster', no more 'remote' package.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
43bbc199b2
commit
66f339e202
34 changed files with 1068 additions and 1033 deletions
|
|
@ -3,7 +3,7 @@ package akka.actor;
|
|||
import akka.japi.Creator;
|
||||
import org.junit.Test;
|
||||
import akka.actor.Actors;
|
||||
import akka.remoteinterface.RemoteSupport;
|
||||
import akka.cluster.RemoteSupport;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class JavaAPI {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue