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

# Line 126 | Line 126 | public class EmptyNavigableMap {
126      public void testContainsRequiresComparable(String description, NavigableMap<?,?> navigableMap) {
127          assertThrowsCCE(
128              () -> navigableMap.containsKey(new Object()),
129 <            description + ": Compareable should be required");
129 >            description + ": Comparable should be required");
130      }
131  
132      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines