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


##########
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:
   Hi @garydgregory,
   
   Thanks - I didn't realize Java 8 was required. So we can indeed clean this 
up.
   
   Should be addressed in f1457d992.



-- 
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