RFR: 8254574: PrintWriter handling of InterruptedIOException is not documented

Brian Burkhalter bpb at openjdk.java.net
Thu Feb 17 16:38:04 UTC 2022


On Wed, 16 Feb 2022 22:32:21 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Remove reference to `java.io.InterruptedIOException` from `java.io.PrintStream`, and make the specifications of `checkError()`, `setError()`, and `clearError()` consistent between `java.io.PrintStream` and `java.io.PrintWriter`.

Thanks. I was holding off on that label until the PR approached consensus.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7507


More information about the core-libs-dev mailing list