< prev index next >

test/javax/xml/jaxp/unittest/validation/Bug4966232.java

Print this page

        

@@ -73,6 +73,5 @@
         DOMSource ds = new DOMSource(doc);
         Schema s = sf.newSchema(ds);
         Assert.assertNotNull(s);
     }
 }
-
< prev index next >