--- jsr166/src/test/jtreg/util/TreeMap/SubMap.java 2010/09/05 21:32:20 1.3 +++ jsr166/src/test/jtreg/util/TreeMap/SubMap.java 2017/10/22 02:59:18 1.4 @@ -30,7 +30,7 @@ import java.util.*; public class SubMap { - public static void main(String args[]) throws Exception { + public static void main(String[] args) throws Exception { SortedMap m = new TreeMap(); m.put(new Integer(1), new Integer(1)); m.put(new Integer(2), new Integer(2));