mirror of https://github.com/apache/lucene.git
fix static leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0d1e6f741
commit
a6d953d22d
|
@ -92,6 +92,7 @@ public class TestTaxonomyFacetCounts2 extends FacetTestCase {
|
|||
@AfterClass
|
||||
public static void afterClassCountingFacetsAggregatorTest() throws Exception {
|
||||
IOUtils.close(indexDir, taxoDir);
|
||||
indexDir = taxoDir = null;
|
||||
}
|
||||
|
||||
private static List<FacetField> randomCategories(Random random) {
|
||||
|
|
Loading…
Reference in New Issue