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 c9cb823eb Javadoc
c9cb823eb is described below
commit c9cb823eb5b70ae1ab643ac55205e1f3849dbc8c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 19 12:33:39 2025 -0400
Javadoc
---
.../java/org/apache/commons/compress/compressors/GzipUtilsTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/src/test/java/org/apache/commons/compress/compressors/GzipUtilsTest.java
b/src/test/java/org/apache/commons/compress/compressors/GzipUtilsTest.java
index 4419a6f3a..e35f992b5 100644
--- a/src/test/java/org/apache/commons/compress/compressors/GzipUtilsTest.java
+++ b/src/test/java/org/apache/commons/compress/compressors/GzipUtilsTest.java
@@ -25,6 +25,9 @@
import org.apache.commons.compress.compressors.gzip.GzipUtils;
import org.junit.jupiter.api.Test;
+/**
+ * Tests {@link GzipUtils}.
+ */
public class GzipUtilsTest {
@SuppressWarnings("deprecation")