-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
./langtools/test/com/sun/javadoc/testTopOption/TestTopOption.java which has the following line that looks wrong:
private static final String[] ARGS = new String[] {
"-overview", "SRC_DIR + '/' + overview.html", "-use", "-top", "TOP TEXT", "-d", BUG_ID, "-sourcepath",
The test is passing, jjg asked me to asked Bhavesh Patel.
private static final String[] ARGS = new String[] {
"-overview", "SRC_DIR + '/' + overview.html", "-use", "-top", "TOP TEXT", "-d", BUG_ID, "-sourcepath",
The test is passing, jjg asked me to asked Bhavesh Patel.