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 7ec306bb4f8962a9873593fbec0d8424f9e0fe69 Author: Gary Gregory <[email protected]> AuthorDate: Mon Feb 12 09:16:05 2024 -0500 Javadoc --- .../java/org/apache/commons/compress/harmony/pack200/Archive.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/harmony/pack200/Archive.java b/src/main/java/org/apache/commons/compress/harmony/pack200/Archive.java index 08ac8912a..4256a8936 100644 --- a/src/main/java/org/apache/commons/compress/harmony/pack200/Archive.java +++ b/src/main/java/org/apache/commons/compress/harmony/pack200/Archive.java @@ -170,7 +170,7 @@ public class Archive { * * @param inputStream TODO * @param outputStream TODO - * @param options - packing options (if null then defaults are used) + * @param options packing options (if null then defaults are used) * @throws IOException If an I/O error occurs. */ public Archive(final JarInputStream inputStream, OutputStream outputStream, PackingOptions options) throws IOException { @@ -265,7 +265,7 @@ public class Archive { } /** - * Pack the archive + * Packs the archive. * * @throws Pack200Exception TODO * @throws IOException If an I/O error occurs.
