This is an automated email from the ASF dual-hosted git repository.
neilcsmith 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 1da553f [NETBEANS-5164] - Add javadoc for JDK 17 early access
new e8cbbdf Merge pull request #2602 from ramiswailem/master
1da553f is described below
commit 1da553fa7c733ad885d2e6e975a63f1a3da04f5c
Author: Rami Swailem <[email protected]>
AuthorDate: Thu Dec 17 12:04:14 2020 +0100
[NETBEANS-5164] - Add javadoc for JDK 17 early access
Add entry to the OFFICIAL_JAVADOC Map
JDK 17 API Javadoc
https://download.java.net/java/early_access/jdk17/docs/api/
---
.../j2seplatform/platformdefinition/J2SEPlatformDefaultJavadocImpl.java | 1 +
1 file changed, 1 insertion(+)
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 5e58951..c782a5b 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
@@ -65,6 +65,7 @@ public final class J2SEPlatformDefaultJavadocImpl implements
J2SEPlatformDefault
OFFICIAL_JAVADOC.put("14",
"https://docs.oracle.com/en/java/javase/14/docs/api/"); // NOI18N
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
+ OFFICIAL_JAVADOC.put("17",
"https://download.java.net/java/early_access/jdk17/docs/api/"); // NOI18N Early
access
}
@Override
---------------------------------------------------------------------
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