src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java
changeset 48577 8dff65f1d611
parent 48412 d4412e380f6b
child 54342 07212a29787a
equal deleted inserted replaced
48576:b0ab05328879 48577:8dff65f1d611
   137      *         system-default implementation.
   137      *         system-default implementation.
   138      *
   138      *
   139      * @since 9
   139      * @since 9
   140      */
   140      */
   141     public static SchemaFactory newDefaultInstance() {
   141     public static SchemaFactory newDefaultInstance() {
   142         return XMLSchemaFactory.newXMLSchemaFactoryNoServiceLoader();
   142         return new XMLSchemaFactory();
   143     }
   143     }
   144 
   144 
   145     /**
   145     /**
   146      * Lookup an implementation of the {@code SchemaFactory} that supports the specified
   146      * Lookup an implementation of the {@code SchemaFactory} that supports the specified
   147      * schema language and return it.
   147      * schema language and return it.