--- jsr166/src/jsr166x/NavigableMap.java 2011/04/27 14:06:30 1.7 +++ jsr166/src/jsr166x/NavigableMap.java 2011/12/05 04:48:16 1.8 @@ -292,5 +292,5 @@ public interface NavigableMap exten * @throws NullPointerException if fromKey is null * and this map does not support null keys. */ - public NavigableMap tailMap(K fromKey); + public NavigableMap tailMap(K fromKey); }