--- jsr166/src/jsr166x/NavigableMap.java 2011/12/05 04:48:16 1.8 +++ jsr166/src/jsr166x/NavigableMap.java 2012/11/18 18:03:10 1.9 @@ -34,7 +34,7 @@ import java.util.*; * pollLastEntry that return and/or remove the least and * greatest mappings, if any exist, else returning null. * - *

Implementations of entry-returning methods are expected to + *

Implementations of entry-returning methods are expected to * return Map.Entry pairs representing snapshots of mappings * at the time they were produced, and thus generally do not * support the optional Entry.setValue method. Note however