--- old/src/java.xml/share/classes/javax/xml/xpath/XPath.java 2015-04-21 18:34:00.964094840 +0400 +++ new/src/java.xml/share/classes/javax/xml/xpath/XPath.java 2015-04-21 18:34:00.872094840 +0400 @@ -32,7 +32,7 @@ /** * {@code XPath} provides access to the XPath evaluation environment and expressions. * - * + * * * * @@ -90,7 +90,6 @@ * more than one thread at any given time, and while the {@code evaluate} * method is invoked, applications may not recursively call * the {@code evaluate} method. - *

* * @author Norman Walsh * @author Jeff Suttor @@ -462,7 +461,6 @@ *

 {@code
      *     evaluateExpression(expression, item, XPathEvaluationResult.class);
      * }
- *

* * @implSpec * The default implementation in the XPath API is equivalent to: