On Wed, 24 Mar 2021 23:17:46 GMT, Joe Darcy <[email protected]> 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
