Fixed broken tests: RoundRobin2Replicas and RoundRobin3Replicas
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
ea95588a50
commit
ea92c552d3
5 changed files with 44 additions and 44 deletions
|
|
@ -531,8 +531,6 @@ class DefaultClusterNode private[akka] (
|
|||
}
|
||||
|
||||
private[cluster] def publish(change: ChangeNotification) {
|
||||
println("=============================================================== PUBLISH")
|
||||
println("=======>>> change: " + change)
|
||||
changeListeners.iterator.foreach(_.notify(change, this))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue