Fixing typos

This commit is contained in:
Viktor Klang 2011-05-17 22:22:47 +02:00
parent 2fd1f76bb3
commit 3a255ef083
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ abstract class RemoteClient private[akka] (
private[remote] def isRunning = runSwitch.isOn
protected def notifyListeners(msg: => Any); Unit
protected def notifyListeners(msg: => Any): Unit
protected def currentChannel: Channel