--- jsr166/src/main/java/util/NavigableMap.java 2013/03/09 01:51:15 1.28 +++ jsr166/src/main/java/util/NavigableMap.java 2015/09/06 04:29:42 1.29 @@ -269,7 +269,7 @@ public interface NavigableMap exten * Returns a view of the portion of this map whose keys range from * {@code fromKey} to {@code toKey}. If {@code fromKey} and * {@code toKey} are equal, the returned map is empty unless - * {@code fromExclusive} and {@code toExclusive} are both true. The + * {@code fromInclusive} and {@code toInclusive} are both true. The * returned map is backed by this map, so changes in the returned map are * reflected in this map, and vice-versa. The returned map supports all * optional map operations that this map supports.