RFR: JDK-8268352: Rename javadoc Messager class to JavadocLog
Pavel Rappo
prappo at openjdk.java.net
Tue Jun 8 10:02:17 UTC 2021
On Tue, 8 Jun 2021 01:23:17 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a simple cleanup, to rename the javadoc Messager class to the more explicit, less-confusing name of JavadocLog, since it is the javadoc subtype of the javac Log class.
>
> The new name is in line with other javadoc subtypes of javac classes.
>
> The change only affects the javadoc.tool package; it does not affect any doclet packages, which use the `Reporter` interface, provided by `JavadocLog`.
1. Update copyright years
2. Update the comment at test/langtools/jdk/javadoc/tool/CheckResourceKeys.java:229-230
-------------
Changes requested by prappo (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4405
More information about the javadoc-dev
mailing list