This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 0719e10c Javadoc 0719e10c is described below commit 0719e10c3022dc40c62556211b8b563679056102 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 10 12:20:11 2022 -0500 Javadoc --- src/main/java/org/apache/commons/compress/MemoryLimitException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/MemoryLimitException.java b/src/main/java/org/apache/commons/compress/MemoryLimitException.java index 49e17f0b..093d5aef 100644 --- a/src/main/java/org/apache/commons/compress/MemoryLimitException.java +++ b/src/main/java/org/apache/commons/compress/MemoryLimitException.java @@ -32,7 +32,7 @@ public class MemoryLimitException extends IOException { private static final long serialVersionUID = 1L; - //long instead of int to account for overflow for corrupt files + /** long instead of int to account for overflow for corrupt files. */ private final long memoryNeededInKb; private final int memoryLimitInKb;