-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
8, 11, 15
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
ByteArrayOutputStream currently inherits flush() and its documentation which makes it implicitly clear that flush() does nothing:
> [...] The flush method of OutputStream does nothing.
However, it would be good if ByteArrayOutputStream could adds its own documentation for this method stating this explicitly in a single sentence. Otherwise users might needlessly call that method.
ByteArrayOutputStream currently inherits flush() and its documentation which makes it implicitly clear that flush() does nothing:
> [...] The flush method of OutputStream does nothing.
However, it would be good if ByteArrayOutputStream could adds its own documentation for this method stating this explicitly in a single sentence. Otherwise users might needlessly call that method.