mirror of https://github.com/apache/lucene.git
removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca76f3b50c
commit
6331869d2f
|
@ -21,8 +21,6 @@ import org.apache.solr.common.util.DOMUtil;
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue