Repository: commons-compress Updated Branches: refs/heads/master c93d3e1d7 -> 5e108a2e7
fix javadoc warning Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5e108a2e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5e108a2e Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/5e108a2e Branch: refs/heads/master Commit: 5e108a2e7b412871894509feb7350ea7c3f8a7fb Parents: c93d3e1 Author: Stefan Bodewig <bode...@apache.org> Authored: Sat Jun 24 18:21:06 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sat Jun 24 18:21:06 2017 +0200 ---------------------------------------------------------------------- .../compress/compressors/bzip2/BZip2CompressorInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/5e108a2e/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java b/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java index 45bd063..a613ad8 100644 --- a/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java +++ b/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.java @@ -376,7 +376,7 @@ public class BZip2CompressorInputStream extends CompressorInputStream implements /** * read bits from the input stream * @param n the number of bits to read, must not exceed 32? - * @return + * @return the requested bits combined into an int * @throws IOException */ private static int bsR(BitInputStream bin, final int n) throws IOException {