On Tue, 8 Jun 2021 01:23:17 GMT, Jonathan Gibbons <j...@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