Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 9b9fc57

Browse files
authored
Fix missing external links for HttpServer documentation (#54)
1 parent 33bca39 commit 9b9fc57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.katsute</groupId>
88
<artifactId>simplehttpserver</artifactId>
9-
<version>5.0.1</version>
9+
<version>5.0.2</version>
1010

1111
<profiles>
1212
<profile>
@@ -224,6 +224,10 @@
224224
<!-- suppress missing documentation -->
225225
<additionalOption>-Xdoclint:-missing</additionalOption>
226226
</additionalOptions>
227+
<!-- fix missing httpserver javadoc -->
228+
<links>
229+
<link>https://docs.oracle.com/en/java/javase/21/docs/api/jdk.httpserver/com/sun/net/httpserver/spec</link>
230+
</links>
227231
<!-- generate javadoc for /java and /java9 -->
228232
<sourcepath>${project.basedir}/src/main/java;${project.basedir}/src/main/java9</sourcepath>
229233
</configuration>

0 commit comments

Comments
 (0)