diff --git a/core/java/src/net/i2p/data/DataHelper.java b/core/java/src/net/i2p/data/DataHelper.java index 308ebb9d2..fa4434dd3 100644 --- a/core/java/src/net/i2p/data/DataHelper.java +++ b/core/java/src/net/i2p/data/DataHelper.java @@ -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);