ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.85 by jsr166, Wed Jan 16 21:20:04 2013 UTC vs.
Revision 1.86 by jsr166, Wed Jan 16 21:25:33 2013 UTC

# Line 1414 | Line 1414 | public class ConcurrentSkipListMap<K,V>
1414       * given comparator
1415       *
1416       * @param comparator the comparator that will be used to order this map.
1417 <     *        If <tt>null</tt>, the {@linkplain Comparable natural
1417 >     *        If {@code null}, the {@linkplain Comparable natural
1418       *        ordering} of the keys will be used.
1419       *
1420       * @return the new set

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines