RFR: JDK-8282696: Add constructors take a cause to InvalidObjectException and InvalidClassException [v3]
Joe Darcy
darcy at openjdk.java.net
Sun Mar 6 17:28:44 UTC 2022
On Sat, 5 Mar 2022 17:36:20 GMT, Andrey Turbanov <aturbanov at openjdk.org> 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
More information about the core-libs-dev
mailing list