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

Comparing jsr166/src/test/jtreg/util/TreeMap/HeadTailTypeError.java (file contents):
Revision 1.3 by jsr166, Sat Oct 16 16:00:28 2010 UTC vs.
Revision 1.4 by jsr166, Sun Oct 11 00:58:42 2015 UTC

# Line 46 | Line 46 | public class HeadTailTypeError {
46          } catch (ClassCastException e) {
47          }
48  
49
49          try {
50              SortedMap m = new TreeMap(String.CASE_INSENSITIVE_ORDER);
51              m.headMap(new Integer(0));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines