--- old/src/java.base/share/classes/java/util/NavigableMap.java 2015-08-07 21:15:14.258584236 +0400 +++ new/src/java.base/share/classes/java/util/NavigableMap.java 2015-08-07 21:15:14.050584245 +0400 @@ -254,7 +254,7 @@ * operation), the results of the iteration are undefined. * *

The returned map has an ordering equivalent to - * {@link Collections#reverseOrder(Comparator) Collections.reverseOrder}(comparator()). + * {@link Collections#reverseOrder(Comparator) Collections.reverseOrder(comparator())}. * The expression {@code m.descendingMap().descendingMap()} returns a * view of {@code m} essentially equivalent to {@code m}. *