This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/delivery by this push:
new 31a5d69a97 Update JDK 19 Javadoc link from EA to GA.
new a4f87a269e Merge pull request #4836 from neilcsmith-net/jdk19-doclink
31a5d69a97 is described below
commit 31a5d69a977b76194ebcf9a903304fa007cb5549
Author: Neil C Smith <[email protected]>
AuthorDate: Fri Oct 21 16:26:06 2022 +0100
Update JDK 19 Javadoc link from EA to GA.
---
.../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 f04f8168c1..bfe47b4f3b 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
@@ -67,7 +67,7 @@ public final class J2SEPlatformDefaultJavadocImpl implements
J2SEPlatformDefault
OFFICIAL_JAVADOC.put("16",
"https://docs.oracle.com/en/java/javase/16/docs/api/"); // NOI18N
OFFICIAL_JAVADOC.put("17",
"https://docs.oracle.com/en/java/javase/17/docs/api/"); // NOI18N
OFFICIAL_JAVADOC.put("18",
"https://docs.oracle.com/en/java/javase/18/docs/api/"); // NOI18N
- OFFICIAL_JAVADOC.put("19",
"https://download.java.net/java/early_access/jdk19/docs/api/"); // NOI18N Early
access
+ OFFICIAL_JAVADOC.put("19",
"https://docs.oracle.com/en/java/javase/19/docs/api/"); // NOI18N
OFFICIAL_JAVADOC.put("20",
"https://download.java.net/java/early_access/jdk20/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