removing only @author tag

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-07-24 20:00:41 +00:00
parent 3d140bcfb6
commit 90146c2bb3
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@ package org.apache.solr.analysis;
import org.apache.solr.core.SolrConfig; import org.apache.solr.core.SolrConfig;
import org.apache.solr.util.TestHarness; import org.apache.solr.util.TestHarness;
import junit.framework.TestCase; import junit.framework.TestCase;
/** /**
* *
* @author hbiestro
*/ */
abstract public class AnalysisTestCase extends TestCase { abstract public class AnalysisTestCase extends TestCase {
protected SolrConfig solrConfig; protected SolrConfig solrConfig;