mirror of https://github.com/apache/lucene.git
- Removed a useless tearDown()
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@424232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8723cd5585
commit
c0128f900b
|
@ -115,10 +115,4 @@ public class TestSpellChecker extends TestCase {
|
|||
rs.close();
|
||||
return num;
|
||||
}
|
||||
|
||||
protected void tearDown() throws Exception {
|
||||
spellChecker = null;
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue