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`. This pull request has now been integrated. Changeset: fafc4d97 Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/fafc4d976434c196c16b652c859073c5888b992e Stats: 126 lines in 9 files changed: 0 ins; 0 del; 126 mod 8268352: Rename javadoc Messager class to JavadocLog Reviewed-by: prappo ------------- PR: https://git.openjdk.java.net/jdk/pull/4405