test/java/lang/reflect/Generics/StringsAndBounds.java

Print this page

        

@@ -24,12 +24,10 @@
 /*
  * @test
  * @bug 5015676 4987888 4997464
  * @summary Testing upper bounds and availability of toString methods
  * @author Joseph D. Darcy
- * @compile -source 1.5 StringsAndBounds.java
- * @run main StringsAndBounds
  */
 
 import java.lang.reflect.*;
 import java.util.List;
 import java.util.Collection;