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 c70a57d35 Javadoc
c70a57d35 is described below

commit c70a57d35e148b0c246ee21003aee44793d028d9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 12 08:37:48 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/compress/java/util/jar/Pack200.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/java/util/jar/Pack200.java 
b/src/main/java/org/apache/commons/compress/java/util/jar/Pack200.java
index 027a37180..95dc7f399 100644
--- a/src/main/java/org/apache/commons/compress/java/util/jar/Pack200.java
+++ b/src/main/java/org/apache/commons/compress/java/util/jar/Pack200.java
@@ -244,9 +244,7 @@ public abstract class Pack200 {
          * @param in  stream to uncompressed.
          * @param out JAR output stream of uncompressed data.
          * @throws IOException if I/O exception occurs.
-         * @deprecated Use {@link #unpack(Path, BoundedInputStream, 
JarOutputStream)}.
          */
-        @Deprecated
         void unpack(InputStream in, JarOutputStream out) throws IOException;
 
     }

Reply via email to