Skip to content

Commit

Permalink
Merge pull request apache#2602 from ramiswailem/master
Browse files Browse the repository at this point in the history
[NETBEANS-5164] - Add javadoc for JDK 17 early access
  • Loading branch information
neilcsmith-net authored Jan 23, 2021
2 parents 184cd7a + 1da553f commit e8cbbdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8cbbdf

Please sign in to comment.