- Indentation

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2008-09-17 18:07:31 +00:00
parent 7e65ade752
commit 3b5a225b7b
1 changed files with 1 additions and 1 deletions

View File

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