Fix Javadoc warning
Javadoc redirectss to current Javadocs anyway
This commit is contained in:
parent
569195db85
commit
4bd73afe7a
2
pom.xml
2
pom.xml
|
@ -220,7 +220,6 @@
|
|||
<notimestamp>true</notimestamp>
|
||||
<links>
|
||||
<link>https://commons.apache.org/proper/commons-text/apidocs</link>
|
||||
<link>https://docs.oracle.com/javase/8/docs/api</link>
|
||||
<link>https://docs.oracle.com/javaee/6/api</link>
|
||||
</links>
|
||||
<validateLinks>true</validateLinks>
|
||||
|
@ -326,7 +325,6 @@
|
|||
<notimestamp>true</notimestamp>
|
||||
<links>
|
||||
<link>https://commons.apache.org/proper/commons-text/apidocs</link>
|
||||
<link>https://docs.oracle.com/javase/8/docs/api</link>
|
||||
<link>https://docs.oracle.com/javaee/6/api</link>
|
||||
</links>
|
||||
<validateLinks>true</validateLinks>
|
||||
|
|
Loading…
Reference in New Issue