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

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

# Line 73 | Line 73 | public interface ConcurrentNavigableMap<
73       * @throws NullPointerException if <tt>fromKey</tt> is <tt>null</tt>
74       * and this map does not support <tt>null</tt> keys.
75       */
76 <    public ConcurrentNavigableMap<K,V>  tailMap(K fromKey);
76 >    public ConcurrentNavigableMap<K,V> tailMap(K fromKey);
77   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines