RFR: JDK-8282696: Add constructors take a cause to InvalidObjectException and InvalidClassException [v3]
Andrey Turbanov
aturbanov at openjdk.java.net
Sun Mar 6 17:35:05 UTC 2022
On Sun, 6 Mar 2022 17:24:23 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> 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.
Hm. I see it still there)
-------------
PR: https://git.openjdk.java.net/jdk/pull/7711
More information about the core-libs-dev
mailing list