You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/08 15:12:51 UTC

[commons-compress] branch master updated: Format nits.

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 93105ca  Format nits.
93105ca is described below

commit 93105cabfc5c139866433d3e8958140538d6c7d7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 8 11:12:43 2020 -0400

    Format nits.
---
 .../apache/commons/compress/compressors/CompressorStreamFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java b/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java
index 55ade9b..5b52839 100644
--- a/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java
+++ b/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java
@@ -405,6 +405,7 @@ public class CompressorStreamFactory implements CompressorStreamProvider {
     private volatile boolean decompressConcatenated = false;
 
     private final int memoryLimitInKb;
+
     /**
      * Create an instance with the decompress Concatenated option set to false.
      */
@@ -437,7 +438,6 @@ public class CompressorStreamFactory implements CompressorStreamProvider {
         this.memoryLimitInKb = memoryLimitInKb;
     }
 
-
     /**
      * Create an instance with the provided decompress Concatenated option.
      *