Minor fixes from review comments.

This commit is contained in:
Patrik Nordwall 2011-12-02 09:26:56 +01:00
parent 82bbca43ab
commit fd82251501
6 changed files with 2 additions and 10 deletions

View file

@ -306,7 +306,7 @@ private[akka] case class RemoteActorRef private[akka] (
def resume(): Unit = ()
def stop() { //FIXME send the cause as well! (WDYM?)
def stop() {
synchronized {
if (running) {
running = false