< prev index next >

test/java/util/Collections/AddAll.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 4822887 * @summary Basic test for Collections.addAll * @author Josh Bloch + * @key randomness */ import java.util.*; public class AddAll {
< prev index next >