--- jsr166/src/main/java/util/NavigableMap.java 2013/02/09 21:35:06 1.27 +++ jsr166/src/main/java/util/NavigableMap.java 2013/03/09 01:51:15 1.28 @@ -225,7 +225,7 @@ public interface NavigableMap exten * 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}{@code (comparator())}. * The expression {@code m.descendingMap().descendingMap()} returns a * view of {@code m} essentially equivalent to {@code m}. *