Fixing typos
This commit is contained in:
parent
2fd1f76bb3
commit
3a255ef083
2 changed files with 2 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ This mailbox is backed by `ZooKeeper <http://zookeeper.apache.org/>`_. ZooKeeper
|
||||||
is a centralized service for maintaining configuration information, naming,
|
is a centralized service for maintaining configuration information, naming,
|
||||||
providing distributed synchronization, and providing group services This means
|
providing distributed synchronization, and providing group services This means
|
||||||
that you have to start up a ZooKeeper server (for production a ZooKeeper server
|
that you have to start up a ZooKeeper server (for production a ZooKeeper server
|
||||||
ensamble) that can host these durable mailboxes. Read more in the ZooKeeper
|
ensemble) that can host these durable mailboxes. Read more in the ZooKeeper
|
||||||
documentation on how to do that.
|
documentation on how to do that.
|
||||||
|
|
||||||
Akka is using ZooKeeper for many other things, for example the clustering
|
Akka is using ZooKeeper for many other things, for example the clustering
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ abstract class RemoteClient private[akka] (
|
||||||
|
|
||||||
private[remote] def isRunning = runSwitch.isOn
|
private[remote] def isRunning = runSwitch.isOn
|
||||||
|
|
||||||
protected def notifyListeners(msg: => Any); Unit
|
protected def notifyListeners(msg: => Any): Unit
|
||||||
|
|
||||||
protected def currentChannel: Channel
|
protected def currentChannel: Channel
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue