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

Comparing jsr166/src/test/jtreg/util/Collections/EmptyNavigableSet.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 127 | Line 127 | public class EmptyNavigableSet {
127              navigableSet.contains(new Object());
128          },
129              ClassCastException.class,
130 <            description + ": Compareable should be required");
130 >            description + ": Comparable should be required");
131      }
132  
133      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines