Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11
-
None
Description
Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE.
The Javadoc says an NPE will be thrown if the input stream is null, but it is an IOException that we throw.