< prev index next >

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

Print this page

        

@@ -52,6 +52,5 @@
         SchemaFactory factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
         factory.setFeature("http://apache.org/xml/features/validate-annotations", true);
         factory.newSchema(new File(getClass().getResource("Bug8149915.xsd").getFile()));
     }
 }
-
< prev index next >