mirror of https://github.com/apache/lucene.git
remove java Utils logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d22d850fe8
commit
14c9ca77d7
|
@ -59,7 +59,7 @@ import java.util.logging.Logger;
|
|||
* <b>Note</b> Returning IDF can be expensive.
|
||||
*/
|
||||
public class TermVectorComponent extends SearchComponent implements SolrCoreAware {
|
||||
private transient static Logger log = Logger.getLogger(TermVectorComponent.class.getName());
|
||||
|
||||
|
||||
public static final String COMPONENT_NAME = "tv";
|
||||
|
||||
|
|
Loading…
Reference in New Issue