jira-importer commented on issue #467: URL: https://github.com/apache/maven-javadoc-plugin/issues/467#issuecomment-2957328640
**[David Jackman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=djackman)** commented The simple solution is to change the default values for showPackage and showProtected in the code. However, I see a problem with specifying the access level this way. If I wanted to change the access level to public I have to add two properties to the configuration: one to set public to true and another to set protected to false. Instead, it would be better to have a single property (show) that is a string value of "public", "protected", "package", or "private", which defaults to protected. Then to set the desired access level to show, I only have to set one property. The attached patch file changes the code to do exactly that. It also includes the fixes for MNG-1765 and MNG-1768. -- 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]
