adapted fun tests to new module layout

This commit is contained in:
jboner 2009-09-04 09:47:32 +02:00
parent b865a84940
commit 46cff1a0a1
18 changed files with 84 additions and 58 deletions

View file

@ -4,7 +4,7 @@ public class PersistenceManager {
private static volatile boolean isRunning = false;
public static void init() {
if (!isRunning) {
se.scalablesolutions.akka.kernel.Kernel.startRemoteService();
se.scalablesolutions.akka.Kernel.startRemoteService();
isRunning = true;
}
}