[xml] Fix compile errors
This commit is contained in:
@ -95,7 +95,7 @@ public class XmlParserImpl {
|
||||
/**
|
||||
* The root should implement {@link RootNode}.
|
||||
*/
|
||||
static class RootXmlNode extends XmlNodeWrapper implements RootNode {
|
||||
public static class RootXmlNode extends XmlNodeWrapper implements RootNode {
|
||||
RootXmlNode(XmlParserImpl parser, Node domNode) {
|
||||
super(parser, domNode);
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ package net.sourceforge.pmd.lang.xml;
|
||||
import net.sourceforge.pmd.lang.ast.test.BaseParsingHelper;
|
||||
import net.sourceforge.pmd.lang.pom.PomLanguageModule;
|
||||
import net.sourceforge.pmd.lang.wsdl.WsdlLanguageModule;
|
||||
import net.sourceforge.pmd.lang.xml.ast.XmlParser.RootXmlNode;
|
||||
import net.sourceforge.pmd.lang.xml.ast.internal.XmlParserImpl.RootXmlNode;
|
||||
|
||||
/**
|
||||
* @author Clément Fournier
|
||||
|
Reference in New Issue
Block a user