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:
Noble Paul 2013-10-29 18:50:31 +00:00
parent a7e43403c3
commit b77786112f
1 changed files with 1 additions and 1 deletions

View File

@ -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;