test/java/lang/Boolean/MakeBooleanComparable.java

Print this page

        

@@ -24,13 +24,10 @@
 /*
  * @test
  * @bug     4329937
  * @summary Basic test for making Boolean implement Comparable
  * @author  Josh Bloch
- *
- * @compile -source 1.5 MakeBooleanComparable.java
- * @run main MakeBooleanComparable
  */
 
 import java.util.*;
 
 public class MakeBooleanComparable {