src/java.xml/share/classes/javax/xml/validation/Validator.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
child 51510 6b0012622443
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    46  * more than one thread at any given time, and while the {@code validate}
    46  * more than one thread at any given time, and while the {@code validate}
    47  * method is invoked, applications may not recursively call
    47  * method is invoked, applications may not recursively call
    48  * the {@code validate} method.
    48  * the {@code validate} method.
    49  *
    49  *
    50  *
    50  *
    51  * @author  <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a>
    51  * @author  Kohsuke Kawaguchi
    52  * @since 1.5
    52  * @since 1.5
    53  */
    53  */
    54 public abstract class Validator {
    54 public abstract class Validator {
    55 
    55 
    56     /**
    56     /**