- 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:
Otis Gospodnetic 2006-07-21 08:39:32 +00:00
parent 8723cd5585
commit c0128f900b
1 changed files with 0 additions and 6 deletions

View File

@ -115,10 +115,4 @@ public class TestSpellChecker extends TestCase {
rs.close();
return num;
}
protected void tearDown() throws Exception {
spellChecker = null;
super.tearDown();
}
}