fix comment

This commit is contained in:
Xavier Léauté 2014-09-23 16:25:46 -07:00
parent 8603d2fd3e
commit d02fd97ea3
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ public class ZkCoordinator extends BaseZkCoordinator
// get any exception that may have been thrown in background annoucing
try {
// check in case we did not call startAnnouncing
// check in case intervalMillis is <= 0
if (startedAnnouncing != null) {
startedAnnouncing.cancel(false);
}