ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166x/NavigableMap.java
(Generate patch)

Comparing jsr166/src/jsr166x/NavigableMap.java (file contents):
Revision 1.7 by jsr166, Wed Apr 27 14:06:30 2011 UTC vs.
Revision 1.8 by jsr166, Mon Dec 5 04:48:16 2011 UTC

# Line 292 | Line 292 | public interface NavigableMap<K,V> exten
292       * @throws NullPointerException if <tt>fromKey</tt> is <tt>null</tt>
293       * and this map does not support <tt>null</tt> keys.
294       */
295 <    public NavigableMap<K,V>  tailMap(K fromKey);
295 >    public NavigableMap<K,V> tailMap(K fromKey);
296   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines