mirror of https://github.com/apache/lucene.git
tests: clear more statics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8376eddf50
commit
cec43e7d92
|
@ -130,8 +130,11 @@ public class AddBlockUpdateTest extends SolrTestCaseJ4 {
|
|||
|
||||
@AfterClass
|
||||
public static void afterClass() throws Exception {
|
||||
inputFactory = null;
|
||||
exe.shutdownNow();
|
||||
|
||||
exe = null;
|
||||
inputFactory = null;
|
||||
counter = null;
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue