ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collections/EmptyNavigableMap.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collections/EmptyNavigableMap.java (file contents):
Revision 1.4 by jsr166, Sat Sep 17 20:38:49 2016 UTC vs.
Revision 1.5 by jsr166, Tue May 2 14:15:31 2017 UTC

# Line 125 | Line 125 | public class EmptyNavigableMap {
125              navigableMap.containsKey(new Object());
126          },
127              ClassCastException.class,
128 <            description + ": Compareable should be required");
128 >            description + ": Comparable should be required");
129      }
130  
131      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines