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 e8882a283 Javadoc
e8882a283 is described below
commit e8882a2830da8204c8a67d54ad09c9527ad15e84
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 17 10:09:29 2024 -0500
Javadoc
---
.../java/org/apache/commons/compress/archivers/ArchiveInputStream.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
b/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
index f135b9bf6..446cf3d73 100644
---
a/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
+++
b/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java
@@ -35,7 +35,6 @@ import org.apache.commons.io.input.NullInputStream;
* <p>
* The input stream classes must also implement a method with the signature:
* </p>
- *
* <pre>
* public static boolean matches(byte[] signature, int length)
* </pre>