mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 11:05:29 -04:00
Code clean-up.
This commit is contained in:
parent
c7ecd7afc8
commit
aa0a0f96e9
@ -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"?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user