8031670: Remove unneeded -source options in javadoc tests

Reviewed-by: jjg, darcy, vromero
This commit is contained in:
Neil Toda 2014-03-06 16:15:02 -08:00 committed by Joe Darcy
parent b2b667ccfe
commit 7aed9a60e0
17 changed files with 73 additions and 25 deletions

View file

@ -42,7 +42,7 @@ public class TestClassTree extends JavadocTester {
//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"
};
//Input for string search tests.