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
commit 2225b8bcc9fc839881df19f096c6d4bce2201412 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 18 08:42:14 2024 -0400 Javadoc --- .../java/org/apache/commons/compress/harmony/unpack200/Segment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/harmony/unpack200/Segment.java b/src/main/java/org/apache/commons/compress/harmony/unpack200/Segment.java index 262cebccd..ede3da1f1 100644 --- a/src/main/java/org/apache/commons/compress/harmony/unpack200/Segment.java +++ b/src/main/java/org/apache/commons/compress/harmony/unpack200/Segment.java @@ -356,7 +356,7 @@ public class Segment { /** * Override the archive's deflate hint with the given boolean * - * @param deflateHint - the deflate hint to use + * @param deflateHint the deflate hint to use */ public void overrideDeflateHint(final boolean deflateHint) { this.overrideDeflateHint = true;