javadoc clarification

This commit is contained in:
zzz
2017-01-19 13:32:15 +00:00
parent 83e356140d
commit 6e7dedba81

View File

@ -1627,7 +1627,7 @@ public class DataHelper {
/**
* Compress the data and return a new GZIP compressed byte array.
* @throws IllegalArgumentException if size is over 40KB
* @throws IllegalArgumentException if input size is over 40KB
*/
public static byte[] compress(byte orig[]) {
return compress(orig, 0, orig.length);