In SolrTestCaseJ4 javadocs replace reference to initTestHarness.

This commit is contained in:
Christine Poerschke 2017-02-01 19:06:32 +00:00
parent 0d52cb9cea
commit c1d9b87d7d
1 changed files with 2 additions and 2 deletions

View File

@ -595,7 +595,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
protected static SolrConfig solrConfig; protected static SolrConfig solrConfig;
/** /**
* Harness initialized by initTestHarness. * Harness initialized by create[Default]Core[Container].
* *
* <p> * <p>
* For use in test methods as needed. * For use in test methods as needed.
@ -604,7 +604,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
protected static TestHarness h; protected static TestHarness h;
/** /**
* LocalRequestFactory initialized by initTestHarness using sensible * LocalRequestFactory initialized by create[Default]Core[Container] using sensible
* defaults. * defaults.
* *
* <p> * <p>