set class to abstract, making it possible to run tests by package from an IDE without this one causing a warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-10-25 21:06:43 +00:00
parent 54de92ed53
commit 548618f4c0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import junit.framework.TestCase;
*
* @author hbiestro
*/
public class AnalysisTestCase extends TestCase {
abstract public class AnalysisTestCase extends TestCase {
protected SolrConfig solrConfig;
/** Creates a new instance of AnalysisTestCase */
public AnalysisTestCase() {