< prev index next >

src/java.xml/share/classes/javax/xml/validation/Validator.java

Print this page

        

*** 46,56 **** * more than one thread at any given time, and while the {@code validate} * method is invoked, applications may not recursively call * the {@code validate} method. * * ! * @author <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a> * @since 1.5 */ public abstract class Validator { /** --- 46,56 ---- * more than one thread at any given time, and while the {@code validate} * method is invoked, applications may not recursively call * the {@code validate} method. * * ! * @author Kohsuke Kawaguchi * @since 1.5 */ public abstract class Validator { /**
< prev index next >