mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8031670: Remove unneeded -source options in javadoc tests
Reviewed-by: jjg, darcy, vromero
This commit is contained in:
parent
b2b667ccfe
commit
7aed9a60e0
17 changed files with 73 additions and 25 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue