Removing defaultDeployId from Props

This commit is contained in:
Viktor Klang 2011-09-30 11:47:36 +02:00
parent c34b74e13c
commit 897676ba26

View file

@ -16,7 +16,6 @@ import akka.util._
*/
object Props {
final val defaultCreator: () Actor = () throw new UnsupportedOperationException("No actor creator specified!")
final val defaultDeployId: String = ""
final val defaultDispatcher: MessageDispatcher = Dispatchers.defaultGlobalDispatcher
final val defaultTimeout: Timeout = Timeout(Duration(Actor.TIMEOUT, "millis"))
final val defaultFaultHandler: FaultHandlingStrategy = OneForOneStrategy(classOf[Exception] :: Nil, None, None)