<i18n dev> RFR: 8264148: Update spec for exceptions retrofitted for exception chaining
jmehrens
github.com+28367473+jmehrens at openjdk.java.net
Tue Mar 30 13:43:22 UTC 2021
On Wed, 24 Mar 2021 23:17:46 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> 8264148: Update spec for exceptions retrofitted for exception chaining
src/java.base/share/classes/java/io/WriteAbortedException.java line 86:
> 84: @Override
> 85: public Throwable getCause() {
> 86: return detail;
Use SuppressWarnings??
-------------
PR: https://git.openjdk.java.net/jdk/pull/3182
More information about the i18n-dev
mailing list