tests: fix comments

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-03-20 01:42:40 +00:00
parent 7f0db457f2
commit 08718bfed9
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ public class SolrTestCaseJ4 extends LuceneTestCaseJ4 {
super.tearDown();
}
/** Call initCore in @BeforeClass to instantiate a solr core in your test class,
* then call deleteCore in @AfterClass */
/** Call initCore in @BeforeClass to instantiate a solr core in your test class.
* deleteCore will be called for you via SolrTestCaseJ4 @AfterClass */
public static void initCore(String config, String schema) throws Exception {
configString = config;
schemaString = schema;