--- old/jaxp/src/java.xml/share/classes/javax/xml/xpath/XPath.java Tue Jan 19 14:13:57 2016 +++ new/jaxp/src/java.xml/share/classes/javax/xml/xpath/XPath.java Tue Jan 19 14:13:57 2016 @@ -351,7 +351,7 @@ * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type is not available. * @throws NullPointerException If {@code expression or type} is {@code null}. * - * @since 1.9 + * @since 9 */ default T evaluateExpression(String expression, Object item, Class type) throws XPathExpressionException { @@ -399,7 +399,7 @@ * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type. * @throws NullPointerException If {@code expression} is {@code null}. * - * @since 1.9 + * @since 9 */ default XPathEvaluationResult evaluateExpression(String expression, Object item) throws XPathExpressionException @@ -445,7 +445,7 @@ * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type is not available. * @throws NullPointerException If {@code expression, source or type}is {@code null}. * - * @since 1.9 + * @since 9 */ default T evaluateExpression(String expression, InputSource source, Class type) throws XPathExpressionException @@ -486,7 +486,7 @@ * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type. * @throws NullPointerException If {@code expression or source} is {@code null}. * - * @since 1.9 + * @since 9 */ default XPathEvaluationResult evaluateExpression(String expression, InputSource source) throws XPathExpressionException