Skip to content

Commit ab3b6cf

Browse files
committed
Add @deprecated reason to old, no longer used parameter
1 parent f52cb93 commit ab3b6cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ public AbstractJavadocMojo(
733733
* Javadoc 1.1. This is no longer supported since Javadoc 1.4 (shipped with JDK 1.4)
734734
*
735735
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#a1.1">Javadoc option 1.1</a>.
736+
* @deprecated No longer used.
736737
*/
737738
@Parameter(property = "old", defaultValue = "false")
738739
@Deprecated

0 commit comments

Comments
 (0)