src/java.xml/share/classes/javax/xml/validation/SchemaFactoryLoader.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    38  * </p><p>
    38  * </p><p>
    39  * This class does not participate in any JAXP 1.3 or JAXP 1.4 processing.
    39  * This class does not participate in any JAXP 1.3 or JAXP 1.4 processing.
    40  * It must not be used by users or JAXP implementations.
    40  * It must not be used by users or JAXP implementations.
    41  * </p>
    41  * </p>
    42  *
    42  *
    43  * @author <a href="Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a>
    43  * @author Kohsuke Kawaguchi
    44  * @since 1.5
    44  * @since 1.5
    45  */
    45  */
    46 public abstract class SchemaFactoryLoader {
    46 public abstract class SchemaFactoryLoader {
    47 
    47 
    48     /**
    48     /**