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.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 284 | Line 284 | public class EmptyNavigableSet {
284                      navigableSet.subSet(last, true, first, false);
285                  },
286                  IllegalArgumentException.class, description
287 <                + ": Must throw IllegalArgumentException when fromElement is not less then then toElement.");
287 >                + ": Must throw IllegalArgumentException when fromElement is not less than toElement.");
288  
289          navigableSet.subSet(first, true, last, false);
290      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines