< prev index next >

test/javax/xml/jaxp/functional/org/w3c/dom/ptests/CommentTest.java

Print this page

        

@@ -46,6 +46,5 @@
     protected CharacterData createCharacterData(String text) throws IOException, SAXException, ParserConfigurationException {
         Document document = createNewDocument();
         return document.createComment(text);
     }
 }
-
< prev index next >