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 b501f66b Match comment to Java version
b501f66b is described below
commit b501f66bfe8bd49fe7c879d908a5c64eaafa0f4b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 31 08:00:55 2023 -0400
Match comment to Java version
---
src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
index 10fb63d8..9569ee46 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
@@ -972,7 +972,7 @@ public class ZipFile implements Closeable {
// byte following the data stream; this used to be zlib's
requirement
// and has been fixed a long time ago, but the contract
persists so
// we comply.
- //
https://docs.oracle.com/javase/7/docs/api/java/util/zip/Inflater.html#Inflater(boolean)
+ //
https://docs.oracle.com/javase/8/docs/api/java/util/zip/Inflater.html#Inflater(boolean)
return new InflaterInputStreamWithStatistics(new
SequenceInputStream(is, new ByteArrayInputStream(ONE_ZERO_BYTE)),
inflater) {
@Override