Fixed comment.

This commit is contained in:
Martin Haye 2016-12-30 08:33:46 -08:00
parent 77e2a7c3cf
commit e8ea2e9f87

View File

@ -11,7 +11,7 @@ import java.util.Arrays;
public class Lx47Algorithm
{
static final int MAX_OFFSET = 16383; /* range 1..2176 */
static final int MAX_OFFSET = 16384; /* range 1..65536 */
static final int MAX_LEN = 256; /* range 2..65536 */
static final int OFFSET_EXP_BITS = 6;