You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/01/08 12:21:23 UTC

commons-compress git commit: COMPRESS fix comment

Repository: commons-compress
Updated Branches:
  refs/heads/COMPRESS-380 19ad28711 -> 782b15622


COMPRESS fix comment


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/782b1562
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/782b1562
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/782b1562

Branch: refs/heads/COMPRESS-380
Commit: 782b15622462d9a9bd9f483c43de711921febac3
Parents: 19ad287
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Jan 8 13:21:04 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Jan 8 13:21:04 2018 +0100

----------------------------------------------------------------------
 .../commons/compress/compressors/deflate64/HuffmanDecoder.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/782b1562/src/main/java/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder.java b/src/main/java/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder.java
index f1f1042..506b35d 100644
--- a/src/main/java/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder.java
+++ b/src/main/java/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder.java
@@ -41,7 +41,7 @@ class HuffmanDecoder implements Closeable {
      * 262   0     8       272   2   31-34     282   5   163-194
      * 263   0     9       273   3   35-42     283   5   195-226
      * 264   0     10      274   3   43-50     284   5   227-257
-     * 265   1     11,12   275   3   51-58     285   96  3
+     * 265   1     11,12   275   3   51-58     285   16  3
      * 266   1     13,14   276   3   59-66
      * --------------------------------------------------------------------
      * value = (base of run length) << 5 | (number of extra bits to read)