Skip to content

Commit c379adb

Browse files
committed
Bug 577735 - [18] Java 18 API doc to be added for JRE library
Change-Id: I616c079cf377579e1dc7ed5bd1bc32b77e770a97 Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/192161 Tested-by: Sarika Sinha <[email protected]> Reviewed-by: Sarika Sinha <[email protected]>
1 parent 77bd9ad commit c379adb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,7 @@ public URL getDefaultJavadocLocation(File installLocation) {
847847
public static URL getDefaultJavadocLocation(String version) {
848848
try {
849849
if (version.startsWith(JavaCore.VERSION_18)) {
850-
// TODO: Needs an update after Java 18 release
851-
return new URL("https://docs.oracle.com/en/java/javase/17/docs/api/"); //$NON-NLS-1$
850+
return new URL("https://docs.oracle.com/en/java/javase/18/docs/api/"); //$NON-NLS-1$
852851
} else if (version.startsWith(JavaCore.VERSION_17)) {
853852
return new URL("https://docs.oracle.com/en/java/javase/17/docs/api/"); //$NON-NLS-1$
854853
} else if (version.startsWith(JavaCore.VERSION_16)) {

0 commit comments

Comments
 (0)