test/com/sun/javadoc/testDeprecatedDocs/TestDeprecatedDocs.java

Print this page
rev 2315 : 8031670: Remove unneeded -source options in javadoc tests

@@ -36,11 +36,11 @@
     //Test information.
     private static final String BUG_ID = "4927552";
 
     //Javadoc arguments.
     private static final String[] ARGS = new String[] {
-        "-d", BUG_ID, "-source", "1.5", "-sourcepath", SRC_DIR, "pkg"
+        "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
     };
 
     private static final String TARGET_FILE  =
         BUG_ID + FS + "deprecated-list.html";