test/java/util/EnumSet/AllOf.java

Print this page

        

@@ -24,13 +24,10 @@
 /*
  * @test
  * @bug     4946090
  * @summary AllOf static factory is broken in Regular and Jumbo enum set
  * @author  Josh Bloch
- *
- * @compile -source 1.5 AllOf.java
- * @run main AllOf
  */
 
 import java.util.*;
 
 public class AllOf {