This is an automated email from the ASF dual-hosted git repository.

peterlee 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 5401f24  Add @since for ParallelScatterZipCreator
5401f24 is described below

commit 5401f24e2f88265378e59b13cf2a0bc3d8310d40
Author: PeterAlfredLee <peteralfred...@gmail.com>
AuthorDate: Tue Mar 17 10:49:27 2020 +0800

    Add @since for ParallelScatterZipCreator
    
    Add @since for newly added constructor of ParallelScatterZipCreator
---
 .../apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
index 7cd4c23..3a70f4e 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
@@ -131,6 +131,7 @@ public class ParallelScatterZipCreator {
      * @param compressionLevel     The compression level used in compression, 
this value should be
      *                             -1(default level) or between 0~9.
      * @throws IllegalArgumentException if the compression level is illegal
+     * @since 1.21
      */
     public ParallelScatterZipCreator(final ExecutorService executorService,
                                      final ScatterGatherBackingStoreSupplier 
backingStoreSupplier,

Reply via email to