Fix import order
This commit is contained in:
parent
7f66265c1c
commit
3bac231516
@ -10,6 +10,7 @@ import java.io.StringReader;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.xml.parsers.DocumentBuilder;
|
||||
import javax.xml.parsers.DocumentBuilderFactory;
|
||||
import javax.xml.parsers.ParserConfigurationException;
|
||||
@ -23,10 +24,10 @@ import org.xml.sax.SAXException;
|
||||
import net.sourceforge.pmd.lang.ast.AstInfo;
|
||||
import net.sourceforge.pmd.lang.ast.ParseException;
|
||||
import net.sourceforge.pmd.lang.ast.Parser.ParserTask;
|
||||
import net.sourceforge.pmd.lang.ast.RootNode;
|
||||
import net.sourceforge.pmd.lang.rule.xpath.Attribute;
|
||||
import net.sourceforge.pmd.lang.rule.xpath.NoAttribute;
|
||||
import net.sourceforge.pmd.lang.rule.xpath.impl.AttributeAxisIterator;
|
||||
import net.sourceforge.pmd.lang.ast.RootNode;
|
||||
import net.sourceforge.pmd.lang.xml.ast.XmlNode;
|
||||
|
||||
public final class XmlParserImpl {
|
||||
|
Loading…
x
Reference in New Issue
Block a user