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.2 by jsr166, Thu Sep 10 01:03:38 2015 UTC vs.
Revision 1.3 by jsr166, Mon Feb 8 22:13:07 2016 UTC

# Line 265 | Line 265 | public class EmptyNavigableMap {
265                      navigableMap.subMap(last, true, first, false);
266                  },
267                  IllegalArgumentException.class, description
268 <                + ": Must throw IllegalArgumentException when fromElement is not less then then toElement.");
268 >                + ": Must throw IllegalArgumentException when fromElement is not less than toElement.");
269  
270          navigableMap.subMap(first, true, last, false);
271      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines