mirror of https://github.com/apache/lucene.git
testing keyword expansion on pre-existing CVS keywords
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63b402d2b3
commit
6381a2d9bc
|
@ -35,7 +35,7 @@ import java.util.logging.Logger;
|
|||
|
||||
/**
|
||||
* @author yonik
|
||||
* @version $Id: Config.java,v 1.10 2005/12/20 16:05:46 yonik Exp $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class Config {
|
||||
public static final Logger log = Logger.getLogger(SolrCore.class.getName());
|
||||
|
@ -276,6 +276,4 @@ public class Config {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue