diff --git a/config/akka-reference.conf b/config/akka-reference.conf index 7464f1e496..cabe677c11 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -17,7 +17,7 @@ version = "0.6" - boot = ["sample.java.Boot", "sample.scala.Boot", "sample.secure.Boot", "se.foldleft.akka.demo.Boot"] # FQN to the class doing initial active object/actor + boot = ["sample.java.Boot", "sample.scala.Boot", "sample.secure.Boot"] # FQN to the class doing initial active object/actor # supervisor bootstrap, should be defined in default constructor timeout = 5000 # default timeout for future based invocations