PeterAlfreadLee commented on a change in pull request #84: COMPRESS-477 Add 
support for extracting splitted zip files
URL: https://github.com/apache/commons-compress/pull/84#discussion_r354143139
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/compress/utils/MultiReadOnlySeekableByteChannel.java
 ##########
 @@ -44,9 +44,9 @@
  */
 public class MultiReadOnlySeekableByteChannel implements SeekableByteChannel {
 
-    private final List<SeekableByteChannel> channels;
-    private long globalPosition;
-    private int currentChannelIdx;
+    protected final List<SeekableByteChannel> channels;
 
 Review comment:
   This could be private now.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to