8178954: jjs uses wrong javadoc base URL

Reviewed-by: hannesw
This commit is contained in:
Athijegannathan Sundararajan 2017-04-19 14:05:58 +05:30
parent 7415535c2e
commit 2c6e174565

View File

@ -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 {