remove stale comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-09-03 00:14:00 +00:00
parent 09c824ce4c
commit 3b58473127
1 changed files with 1 additions and 3 deletions
solr/core/src/java/org/apache/solr/cloud

View File

@ -58,9 +58,7 @@ public abstract class ElectionContext {
public void cancelElection() throws InterruptedException, KeeperException {
zkClient.delete(leaderSeqPath, -1, true);
}
// the given core may or may not be null - if you need access to the current core, you must pass
// the core container and core name to your context impl - then use this core ref if it is not null
// else access it from the core container
abstract void runLeaderProcess(boolean weAreReplacement) throws KeeperException, InterruptedException, IOException;
}