Integrated: JDK-8288545: Missing space in error message
Jonathan Gibbons
jjg at openjdk.org
Fri Jun 17 16:57:00 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.
This pull request has now been integrated.
Changeset: 983f75ca
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.org/jdk19/commit/983f75caa614432d25724851c979321f85a16327
Stats: 80 lines in 2 files changed: 76 ins; 0 del; 4 mod
8288545: Missing space in error message
Reviewed-by: hannesw
-------------
PR: https://git.openjdk.org/jdk19/pull/30
More information about the javadoc-dev
mailing list