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:
Noble Paul 2010-01-05 14:03:36 +00:00
parent ca76f3b50c
commit 6331869d2f
1 changed files with 0 additions and 2 deletions

View File

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