You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/08/13 12:01:16 UTC

[GitHub] [commons-compress] garydgregory commented on a diff in pull request #306: COMPRESS-623: make ZipFile's getRawInputStream usable when local headers are not read

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


##########
src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java:
##########
@@ -613,7 +621,7 @@ public InputStream getRawInputStream(final ZipArchiveEntry ze) {
      * @throws IOException on error
      */
     public void copyRawEntries(final ZipArchiveOutputStream target, final ZipArchiveEntryPredicate predicate)
-            throws IOException {
+        throws IOException {

Review Comment:
   Just get your IDE to behave ;-) The more noise, the longer it takes to review and it's annoying as well.



-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org