-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 8, 11, 15
-
Component/s: core-libs
-
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.