mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
clean code
This commit is contained in:
parent
ac27b45524
commit
0adb2edba2
@ -64,7 +64,6 @@ public class LzfCompressor implements Compressor {
|
||||
}
|
||||
|
||||
@Override public String decompressString(byte[] value) throws IOException {
|
||||
CompressHolder ch = Cached.cached();
|
||||
byte[] result = decompress(value);
|
||||
return Unicode.fromBytes(result, 0, result.length);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user