jira-importer commented on issue #696: URL: https://github.com/apache/maven-javadoc-plugin/issues/696#issuecomment-2957346728
**[Sebb](https://issues.apache.org/jira/secure/[email protected])** commented The property name seems odd: `@Parameter`(defaultValue = "true", property = "maven.javadoc.securityfix.apply") private boolean applyJavadocSecurityFix = true; Why not use the same suffix as the configuration item? Less confusing. `@Parameter`(defaultValue = "true", property = "maven.javadoc.applyJavadocSecurityFix") private boolean applyJavadocSecurityFix = true; -- 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]
