test/com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java

Print this page
rev 2289 : JDK-8031670: remove -source/-target 1.4 and 1.5

@@ -38,11 +38,11 @@
     //Test information.
     private static final String BUG_ID = "4789689-4905985-4927164-4827184-4993906";
 
     //Javadoc arguments.
     private static final String[] ARGS = new String[] {
-        "-Xdoclint:none", "-d", BUG_ID, "-use", "-source", "1.5", "-sourcepath", SRC_DIR, "pkg", "pkg1", "pkg2"
+        "-Xdoclint:none", "-d", BUG_ID, "-use", "-sourcepath", SRC_DIR, "pkg", "pkg1", "pkg2"
     };
 
     //Input for string search tests.
     private static final String[][] TEST =
         {