On Sat, 5 Mar 2022 17:36:20 GMT, Andrey Turbanov <[email protected]> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Respond to review feedback.
>
> src/java.base/share/classes/java/io/InvalidObjectException.java line 62:
>
>> 60: * @since 19
>> 61: */
>> 62: public InvalidObjectException(String reason, Throwable cause) {
>
> strange double space after `public`
Fixed in subsequent push; thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7711