mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 18:20:28 +00:00
8178954: jjs uses wrong javadoc base URL
Reviewed-by: hannesw
This commit is contained in:
parent
7415535c2e
commit
2c6e174565
@ -281,8 +281,7 @@ public final class Main extends Shell {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: needs to be changed to use javase 9 docs later
|
||||
private static String JAVADOC_BASE = "http://download.java.net/jdk9/docs/api/";
|
||||
private static String JAVADOC_BASE = "https://docs.oracle.com/javase/9/docs/api/";
|
||||
|
||||
private static void openBrowserForJavadoc(String relativeUrl) {
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user