< prev index next >

test/java/util/Collections/AddAll.java

Print this page

        

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