< prev index next >

test/javax/xml/jaxp/unittest/dom/Bug6355326.java

Print this page

        

@@ -116,6 +116,5 @@
         LSParser p = implLS.createLSParser(DOMImplementationLS.MODE_SYNCHRONOUS, "http://www.w3.org/2001/XMLSchema");
         Assert.assertFalse(p == null, "Could not create Synchronous LSParser from DOMImplementationLS");
         return p;
     }
 }
-
< prev index next >