RFR: JDK-8288545: Missing space in error message

Hannes Wallnöfer hannesw at openjdk.org
Fri Jun 17 09:28:15 UTC 2022


On Thu, 16 Jun 2022 20:02:08 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a minor update to fix the content of an error message.
> 
> As reported in JBS, the problem was partly that there was a missing space to separate two items, but also, the second item should not have been there anyway.
> 
> The fix here, for 19, is to suppress the second item.    Fixing the missing space will be part of a follow-up cleanup in mainline, that is too big to include here.
> 
> Note: there is no attempt in this fix to address whether the message should be generated at all.

Looks good to me.

-------------

Marked as reviewed by hannesw (Reviewer).

PR: https://git.openjdk.org/jdk19/pull/30


More information about the javadoc-dev mailing list