--- old/jaxp/src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java Wed Jan 6 14:53:44 2016 +++ new/jaxp/src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java Wed Jan 6 14:53:43 2016 @@ -45,7 +45,7 @@ * Range operations may throw a RangeException as specified in * their method descriptions. *

See also the Document Object Model (DOM) Level 2 Traversal and Range Specification. - * @since 1.9, DOM Level 2 + * @since 9, DOM Level 2 */ public class RangeException extends RuntimeException { public RangeException(short code, String message) {