Skip to content

Commit a0ed758

Browse files
committed
Explicitly link to the JDK 8 API docs.
1 parent d6a9c47 commit a0ed758

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
<source>8</source>
178178
<overview>${basedir}/src/main/java/overview.html</overview>
179179
<show>public</show>
180+
181+
<links>
182+
<link>https://docs.oracle.com/javase/8/docs/api/</link>
183+
</links>
180184
</configuration>
181185
<executions>
182186
<execution>

0 commit comments

Comments
 (0)