< prev index next >

test/javax/xml/jaxp/functional/org/xml/sax/ptests/XMLFilterTest.java

Print this page

        

@@ -244,7 +244,5 @@
         try(FileInputStream fis = new FileInputStream(XML_DIR + "correct2.xml")) {
             new XMLFilterImpl().parse(new InputSource(fis));
         }
     }
 }
-
-
< prev index next >