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

Comparing jsr166/src/test/jtreg/util/TreeMap/SubMap.java (file contents):
Revision 1.3 by jsr166, Sun Sep 5 21:32:20 2010 UTC vs.
Revision 1.4 by jsr166, Sun Oct 22 02:59:18 2017 UTC

# Line 30 | Line 30
30   import java.util.*;
31  
32   public class SubMap {
33 <    public static void main(String args[]) throws Exception {
33 >    public static void main(String[] args) throws Exception {
34          SortedMap m = new TreeMap();
35          m.put(new Integer(1), new Integer(1));
36          m.put(new Integer(2), new Integer(2));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines