6907177: Update jdk tests to remove unncessary -source and -target options

Reviewed-by: ohair
This commit is contained in:
Joe Darcy 2009-12-03 18:19:10 -08:00
parent 5debca27af
commit c40412f4f4
96 changed files with 49 additions and 179 deletions

View file

@ -26,9 +26,6 @@
* @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.*;