[
https://issues.apache.org/jira/browse/MJAVADOC-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958139#comment-17958139
]
Olivier Lamy commented on MJAVADOC-759:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#1115|https://github.com/apache/maven-javadoc-plugin/issues/1115].
Please visit the GitHub issue to view further activity, add comments, or
subscribe to receive notifications.
> protected static --> static in JavadocUtil
> ------------------------------------------
>
> Key: MJAVADOC-759
> URL: https://issues.apache.org/jira/browse/MJAVADOC-759
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Improvement
> Reporter: Elliotte Rusty Harold
> Priority: Minor
>
> JavadocUtil is essentially a static utility class that should not be
> instantiated or subclassed. However it has many protected static methods that
> likely should have been package protected (default access) instead.
> If we can stomach the minor API breakage of hiding these methods, that makes
> some other changes like moving to the Tool Provider API simpler.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)