Skip to content

Commit 2e3f738

Browse files
committed
Improve parameter description
1 parent 871e187 commit 2e3f738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
578578
private Properties javaApiLinks;
579579

580580
/**
581-
* Flag controlling content validation of <code>package-list</code> resources. If set, the content of
582-
* <code>package-list</code> resources will be validated.
581+
* Flag controlling content validation of <code>package-list</code>/<code>element-list</code> resources.
582+
* If set, the content of <code>package-list</code>/<code>element-list</code> resources will be validated.
583583
*
584584
* @since 2.8
585585
*/

0 commit comments

Comments
 (0)