This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 1c15692 General Availability for javadoc 15
new bb0e205 Merge pull request #2383 from pepness/ga-javadoc-15
1c15692 is described below
commit 1c1569221a214d83b1ac6ce04b923e4eefd13214
Author: Jose Contreras <[email protected]>
AuthorDate: Sun Sep 20 13:34:03 2020 -0500
General Availability for javadoc 15
---
.../j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java
b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java
index b453916..5e58951 100644
---
a/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java
+++
b/java/java.j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java
@@ -63,7 +63,7 @@ public final class J2SEPlatformDefaultJavadocImpl implements
J2SEPlatformDefault
OFFICIAL_JAVADOC.put("12",
"https://docs.oracle.com/en/java/javase/12/docs/api/"); // NOI18N
OFFICIAL_JAVADOC.put("13",
"https://docs.oracle.com/en/java/javase/13/docs/api/"); // NOI18N
OFFICIAL_JAVADOC.put("14",
"https://docs.oracle.com/en/java/javase/14/docs/api/"); // NOI18N
- OFFICIAL_JAVADOC.put("15",
"https://download.java.net/java/early_access/jdk15/docs/api/"); // NOI18N Early
access
+ OFFICIAL_JAVADOC.put("15",
"https://docs.oracle.com/en/java/javase/15/docs/api/"); // NOI18N
OFFICIAL_JAVADOC.put("16",
"https://download.java.net/java/early_access/jdk16/docs/api/"); // NOI18N Early
access
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists