Merge branch 'master' of github.com:jboner/akka

This commit is contained in:
Viktor Klang 2010-07-19 21:47:34 +02:00
commit 9f372a0ac5

View file

@ -31,8 +31,8 @@ trait ListenerManagement extends Logging {
* The <code>listener</code> is stopped by this method.
*/
def removeListener(listener: ActorRef) = {
listener.stop
listeners.remove(listener)
listener.stop
}
/**