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.9 by jsr166, Sun Jan 7 23:46:17 2018 UTC vs.
Revision 1.10 by jsr166, Sun Jan 7 23:48:13 2018 UTC

# Line 132 | Line 132 | public class EmptyNavigableSet {
132      public void testContainsRequiresComparable(String description, NavigableSet<?> navigableSet) {
133          assertThrowsCCE(
134              () -> navigableSet.contains(new Object()),
135 <            description + ": Compareable should be required");
135 >            description + ": Comparable should be required");
136      }
137  
138      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines