On Wed, 7 Apr 2021 21:01:48 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> The specification of the method `flush()` in the `java.io` classes > `CharArrayWriter` and `StringWriter` is not explicit about the fact that the > method has no effect. This request proposes to add to the specification of > each flush() method the sentence > The {@code flush} method of {@code <ClassName/>} does nothing. > The corresponding CSR is JDK-8264867. Marked as reviewed by naoto (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3383