However, it fails checkstyle with an error I can't work out.
How are these 'in the wrong order'? I've tried all possible orders. What is it complaining about? import org.w3c.dom.Attr; import org.w3c.dom.Element; import org.w3c.dom.NamedNodeMap;
However, it fails checkstyle with an error I can't work out.
How are these 'in the wrong order'? I've tried all possible orders. What is it complaining about? import org.w3c.dom.Attr; import org.w3c.dom.Element; import org.w3c.dom.NamedNodeMap;