mirror of https://github.com/apache/lucene.git
SOLR-5400
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1536846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7e43403c3
commit
b77786112f
|
@ -631,8 +631,8 @@ public final class SolrCore implements SolrInfoMBean {
|
|||
* @since solr 4.1
|
||||
*/
|
||||
public SolrCore(String name, CoreDescriptor cd) {
|
||||
this.setName(name);
|
||||
coreDescriptor = cd;
|
||||
this.setName(name);
|
||||
this.schema = null;
|
||||
this.dataDir = null;
|
||||
this.solrConfig = null;
|
||||
|
|
Loading…
Reference in New Issue