test/java/lang/Boolean/MakeBooleanComparable.java

Print this page

        

*** 24,36 **** /* * @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 { --- 24,33 ----