From 8b138c684a713649cc090283df479a23b613e07d Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Thu, 23 Aug 2018 12:57:40 -0700 Subject: [PATCH] 8209873: Typo in javax.xml.validation.Validator.validate documentation Reviewed-by: lancea --- src/java.xml/share/classes/javax/xml/validation/Validator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.xml/share/classes/javax/xml/validation/Validator.java b/src/java.xml/share/classes/javax/xml/validation/Validator.java index 5e1999c0f81..a79955de9b5 100644 --- a/src/java.xml/share/classes/javax/xml/validation/Validator.java +++ b/src/java.xml/share/classes/javax/xml/validation/Validator.java @@ -214,7 +214,7 @@ public abstract class Validator { * * @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