michael-o commented on code in PR #161:
URL:
https://github.com/apache/maven-javadoc-plugin/pull/161#discussion_r970564504
##########
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##########
@@ -798,9 +795,9 @@
/**
* This option creates documentation with the appearance and functionality
of documentation generated by
- * Javadoc 1.1.
+ * Javadoc 1.1. This is no longer supported since Javadoc 1.4 (shipped
with JDK 1.4)
* <br/>
- * See <a
href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#1.1">1.1</a>.
+ * See <a
href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#a1.1">1.1</a>.
* <br/>
*/
@Parameter( property = "old", defaultValue = "false" )
Review Comment:
I think this parameter should be deprecated for removal with a seperate
ticket.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]