garydgregory commented on code in PR #551:
URL: https://github.com/apache/commons-compress/pull/551#discussion_r1698489533


##########
src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java:
##########
@@ -43,26 +43,29 @@
  * </p>
  *
  * <p>
- * {@link java.util.zip.GZIPInputStream} doesn't decompress concatenated .gz 
files: it stops after the first member and silently ignores the rest. It doesn't
- * leave the read position to point to the beginning of the next member, which 
makes it difficult workaround the lack of concatenation support.
+ * {@link java.util.zip.GZIPInputStream} prior to JDK 7 doesn't decompress 
concatenated .gz files: it stops after

Review Comment:
   Hello @archiecobbs 
   Thank you for your PR.
   This component requires Java 8 and here the text talks about what _used to 
happen on Java 7_; it's fine to talk about what used to happen but it's not 
clear as to what this means on Java 8 and up (to me at least).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to