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 8ae21a269e9121f7890dfc5b0280e2b4b1943904 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 10:29:35 2025 -0400 Javadoc --- .../apache/commons/compress/harmony/unpack200/bytecode/Attribute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/Attribute.java b/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/Attribute.java index d18ed20a6..b914e1bb5 100644 --- a/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/Attribute.java +++ b/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/Attribute.java @@ -125,7 +125,7 @@ protected void resolve(final ClassConstantPool pool) { /** * Writes this body to the given output stream. * - * @param out the output. + * @param out the output stream. * @throws IOException if an I/O error occurs. */ protected abstract void writeBody(DataOutputStream out) throws IOException;