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 a9d194407634e9ba40f401ee93d0216094086dfa
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 18 08:42:19 2024 -0400

    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 61b97505d..e0f1cdd9e 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
@@ -148,9 +148,9 @@ public class Archive {
     /**
      * Creates an Archive with the given input file and a stream for the output
      *
-     * @param jarFile      - the input file
+     * @param jarFile      the input file
      * @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 JarFile jarFile, OutputStream outputStream, 
PackingOptions options) throws IOException {

Reply via email to