Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
None
Description
The javadoc for IOUtils.toByteArray still says
Throws:
{{ NullPointerException - if the input is null}}
but in 2.8.0 it returns an empty byte[] instead.
Attachments
Issue Links
- relates to
-
IO-686 IOUtils.toByteArray(InputStream) Javadoc does not match code
- Resolved