--- jsr166/src/main/java/util/NavigableMap.java 2006/02/07 20:54:24 1.12 +++ jsr166/src/main/java/util/NavigableMap.java 2006/03/27 18:23:13 1.13 @@ -29,7 +29,7 @@ package java.util; * Methods navigableSubMap, navigableHeadMap, and * navigableTailMap differ from the similarly named * SortedMap methods only in their declared return types. - * Submaps of any NavigableMap must implement the + * Submaps of any NavigableMap must implement the * NavigableMap interface. * *

This interface additionally defines methods firstEntry,