remove warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2010-10-21 22:29:13 +00:00
parent aa6adb69f4
commit 29678a0c25
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ public abstract class LuceneTestCase extends Assert {
}
/** @deprecated: until we fix no-fork problems in solr tests */
@Deprecated
private static List<String> testClassesRun = new ArrayList<String>();
@BeforeClass