--- jsr166/src/test/jtreg/util/Collections/Disjoint.java 2017/01/04 04:46:18 1.6 +++ jsr166/src/test/jtreg/util/Collections/Disjoint.java 2017/10/22 02:59:18 1.7 @@ -34,7 +34,7 @@ import java.util.*; public class Disjoint { static final int N = 20; - public static void main(String args[]) { + public static void main(String[] args) { // Make an array of lists each of which shares a single element // with its "neighbors," and no elements with other lists in the array Random rnd = new Random();