test/com/sun/javadoc/testHref/TestHref.java

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

@@ -36,11 +36,11 @@
     //Test information.
     private static final String BUG_ID = "4663254";
 
     //Javadoc arguments.
     private static final String[] ARGS = new String[] {
-        "-d", BUG_ID, "-source", "1.5", "-sourcepath", SRC_DIR, "-linkoffline",
+        "-d", BUG_ID, "-sourcepath", SRC_DIR, "-linkoffline",
         "http://java.sun.com/j2se/1.4/docs/api/", SRC_DIR, "pkg"
     };
 
     //Input for string search tests.
     private static final String[][] TEST = {