On 3/30/2021 6:43 AM, jmehrens wrote:
On Wed, 24 Mar 2021 23:17:46 GMT, Joe Darcy <da...@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??


There is no warning to suppress since the detail field is defined in the same class.

-Joe

Reply via email to