On Wed, 16 Feb 2022 22:32:21 GMT, Brian Burkhalter <b...@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