mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-01 11:14:33 +02:00
Fix comments
This commit is contained in:
parent
3be7c243cb
commit
712c3f6c2b
@ -108,7 +108,7 @@ public class Snappy
|
||||
}
|
||||
|
||||
public static byte[] compress(char[] input) {
|
||||
return rawCompress(input, input.length * 2); // short uses 2 bytes
|
||||
return rawCompress(input, input.length * 2); // char uses 2 bytes
|
||||
}
|
||||
|
||||
public static byte[] compress(double[] input) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user