minor comment fix in ClusterSingletonManager.scala, removed extra word
This commit is contained in:
parent
4947c07385
commit
1c67d743f9
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ class ClusterSingletonManager(singletonProps: Props, terminationMessage: Any, se
|
||||||
(handOverRetries, takeOverRetries)
|
(handOverRetries, takeOverRetries)
|
||||||
}
|
}
|
||||||
|
|
||||||
// started when when self member is Up
|
// started when self member is Up
|
||||||
var oldestChangedBuffer: ActorRef = _
|
var oldestChangedBuffer: ActorRef = _
|
||||||
// Previous GetNext request delivered event and new GetNext is to be sent
|
// Previous GetNext request delivered event and new GetNext is to be sent
|
||||||
var oldestChangedReceived = true
|
var oldestChangedReceived = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue