mirror of https://github.com/apache/lucene.git
remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364347 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa469cbbdb
commit
1b347896ac
|
@ -135,8 +135,6 @@ final class ShardLeaderElectionContext extends ShardLeaderElectionContextBase {
|
|||
String coreName = leaderProps.get(ZkStateReader.CORE_NAME_PROP);
|
||||
SolrCore core = null;
|
||||
try {
|
||||
// the first time we are run, we will get a startupCore - after
|
||||
// we will get null and must use cc.getCore
|
||||
|
||||
core = cc.getCore(coreName);
|
||||
|
||||
|
|
Loading…
Reference in New Issue