merged osgi-refactoring and sbt branch
This commit is contained in:
commit
073c0cbe72
74 changed files with 740 additions and 363 deletions
|
|
@ -4,7 +4,7 @@ public class PersistenceManager {
|
|||
private static volatile boolean isRunning = false;
|
||||
public static void init() {
|
||||
if (!isRunning) {
|
||||
se.scalablesolutions.akka.Kernel$.MODULE$.startRemoteService();
|
||||
se.scalablesolutions.akka.kernel.Kernel$.MODULE$.startRemoteService();
|
||||
isRunning = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue