Skip to content

Commit cfc2810

Browse files
committed
1 parent bb35d06 commit cfc2810

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ public AbstractJavadocMojo(
732732
/**
733733
* This option creates documentation with the appearance and functionality of documentation generated by
734734
* Javadoc 1.1. This is no longer supported since Javadoc 1.4 (shipped with JDK 1.4)
735+
*
735736
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#a1.1">Javadoc option 1.1</a>.
736737
*/
737738
@Parameter(property = "old", defaultValue = "false")
@@ -1564,7 +1565,10 @@ public AbstractJavadocMojo(
15641565
private List<String> sourceFileExcludes;
15651566

15661567
/**
1567-
* No-op. Not needed in Java 8+ or the most recent versions of JDK 6 and 7.
1568+
* No-op.
1569+
*
1570+
* @deprecated the security fix this applied is not needed in Java 8+ or the most recent
1571+
* versions of JDK 6 and 7.
15681572
* @since 2.9.1
15691573
*/
15701574
@Deprecated

0 commit comments

Comments
 (0)