--- old/jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathExpression.java Tue Jan 19 14:13:59 2016 +++ new/jaxp/src/java.xml/share/classes/javax/xml/xpath/XPathExpression.java Tue Jan 19 14:13:59 2016 @@ -246,7 +246,7 @@ * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type is not available. * @throws NullPointerException If {@code type} is {@code null}. * - * @since 1.9 + * @since 9 */ default T evaluateExpression(Object item, Class type) throws XPathExpressionException @@ -292,7 +292,7 @@ * does not support the * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type. * - * @since 1.9 + * @since 9 */ default XPathEvaluationResult evaluateExpression(Object item) throws XPathExpressionException @@ -338,7 +338,7 @@ * is not available. * @throws NullPointerException If {@code source or type} is {@code null}. * - * @since 1.9 + * @since 9 */ default T evaluateExpression(InputSource source, Class type) throws XPathExpressionException @@ -377,7 +377,7 @@ * {@link XPathEvaluationResult.XPathResultType#ANY ANY} type. * @throws NullPointerException If {@code source} is {@code null}. * - * @since 1.9 + * @since 9 */ default XPathEvaluationResult evaluateExpression(InputSource source) throws XPathExpressionException