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:
Grant Ingersoll 2008-11-24 15:35:13 +00:00
parent d22d850fe8
commit 14c9ca77d7
1 changed files with 1 additions and 1 deletions

View File

@ -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";