mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-30 00:00:01 -04:00
Code clean-up.
This commit is contained in:
@@ -51,7 +51,6 @@ final class DeflateEncoder implements Encoder {
|
|||||||
private final byte[] buffer = new byte[1024];
|
private final byte[] buffer = new byte[1024];
|
||||||
|
|
||||||
public DeflateEncoder() {
|
public DeflateEncoder() {
|
||||||
// this(new Deflater());
|
|
||||||
this(new Deflater(Deflater.DEFAULT_COMPRESSION, true)); // TODO: Should we use "no wrap"?
|
this(new Deflater(Deflater.DEFAULT_COMPRESSION, true)); // TODO: Should we use "no wrap"?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user