mirror of https://github.com/apache/lucene.git
- Indentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e65ade752
commit
3b5a225b7b
|
@ -46,7 +46,7 @@ public abstract class MultiCoreExampleTestBase extends SolrExampleTestBase
|
|||
@Override public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
cores = h.getCoreContainer();
|
||||
SolrCore.log.info("CORES=" + cores + " : " + cores.getCoreNames());
|
||||
SolrCore.log.info("CORES=" + cores + " : " + cores.getCoreNames());
|
||||
cores.setPersistent(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue