You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by no...@apache.org on 2010/01/05 15:03:37 UTC

svn commit: r896042 - /lucene/solr/trunk/src/java/org/apache/solr/core/PluginInfo.java

Author: noble
Date: Tue Jan  5 14:03:36 2010
New Revision: 896042

URL: http://svn.apache.org/viewvc?rev=896042&view=rev
Log:
removed unused imports

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/core/PluginInfo.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/core/PluginInfo.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/core/PluginInfo.java?rev=896042&r1=896041&r2=896042&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/core/PluginInfo.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/core/PluginInfo.java Tue Jan  5 14:03:36 2010
@@ -21,8 +21,6 @@
 import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;
 
-import javax.xml.xpath.XPathConstants;
-import javax.xml.xpath.XPathExpressionException;
 import java.util.*;
 import static java.util.Collections.unmodifiableList;
 import static java.util.Collections.unmodifiableMap;