mirror of https://github.com/apache/lucene.git
null static field for GC in base test class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ea389a61d
commit
f5fdf9362f
|
@ -59,6 +59,7 @@ public abstract class MergeIndexesExampleTestBase extends SolrExampleTestBase {
|
|||
@AfterClass
|
||||
public static void afterClass() {
|
||||
cores.shutdown();
|
||||
cores = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue