RFR: 8254574: PrintWriter handling of InterruptedIOException is not documented
Alan Bateman
alanb at openjdk.java.net
Thu Feb 17 07:46:03 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`.
I think looks okay, we should have removed that text from checkError's javadoc a long time ago. I've added the "csr" label to the PR as this is a spec change that should be tracked.
-------------
Marked as reviewed by alanb (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7507
More information about the core-libs-dev
mailing list