# HG changeset patch # User joehw # Date 1535054260 25200 # Node ID 6b0012622443d46c06d7a549eec05a62dbd633ed # Parent 758b3f3f3a8de59c1b592a844c9e5882072d3955 8209873: Typo in javax.xml.validation.Validator.validate documentation Reviewed-by: lancea diff -r 758b3f3f3a8d -r 6b0012622443 src/java.xml/share/classes/javax/xml/validation/Validator.java --- a/src/java.xml/share/classes/javax/xml/validation/Validator.java Thu Aug 23 12:09:46 2018 -0700 +++ b/src/java.xml/share/classes/javax/xml/validation/Validator.java Thu Aug 23 12:57:40 2018 -0700 @@ -214,7 +214,7 @@ * * @throws IllegalArgumentException * If the {@code Result} type doesn't match the - * {@code Source} type of if the {@code Source} + * {@code Source} type or if the {@code Source} * is an XML artifact that the implementation cannot * validate (for example, a processing instruction). * @throws SAXException