Removed pointless check for N/A as Actor ID
This commit is contained in:
parent
441387bd21
commit
de7582434b
1 changed files with 0 additions and 1 deletions
|
|
@ -1312,7 +1312,6 @@ class LocalActorRef private[akka] (
|
|||
actor.preStart // run actor preStart
|
||||
Actor.log.trace("[%s] has started", toString)
|
||||
ActorRegistry.register(this)
|
||||
if (id == "N/A") id = actorClass.getName // if no name set, then use default name (class name)
|
||||
clearTransactionSet // clear transaction set that might have been created if atomic block has been used within the Actor constructor body
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue