RFR: 8254574: PrintWriter handling of InterruptedIOException is not documented

Brian Burkhalter bpb at openjdk.java.net
Wed Feb 16 22:38:21 UTC 2022


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`.

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

Commit messages:
 - 8254574: PrintWriter handling of InterruptedIOException is not documented

Changes: https://git.openjdk.java.net/jdk/pull/7507/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7507&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254574
  Stats: 21 lines in 2 files changed: 0 ins; 11 del; 10 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7507.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7507/head:pull/7507

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


More information about the core-libs-dev mailing list