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

cziegeler pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 28b7b82  SLING-9087 : Support creation of feature archives
28b7b82 is described below

commit 28b7b823a27c8ab39e37b1bbd2a01d49ed55af4a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 19 07:24:18 2020 +0100

    SLING-9087 : Support creation of feature archives
---
 src/main/java/org/apache/sling/feature/io/archive/ArchiveWriter.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/feature/io/archive/ArchiveWriter.java 
b/src/main/java/org/apache/sling/feature/io/archive/ArchiveWriter.java
index f6c18c0..21caedc 100644
--- a/src/main/java/org/apache/sling/feature/io/archive/ArchiveWriter.java
+++ b/src/main/java/org/apache/sling/feature/io/archive/ArchiveWriter.java
@@ -67,7 +67,7 @@ public class ArchiveWriter {
 
         /**
          * Get the compression level.
-         * 
+         *
          * @return The compression level
          */
         public int getLevel() {
@@ -79,7 +79,7 @@ public class ArchiveWriter {
          *
          * @param level The compression level
          * @return This object
-         * @see [{@link Deflater#setLevel(int)}
+         * @see Deflater#DEFAULT_COMPRESSION
          * @exception IllegalArgumentException if the compression level is 
invalid
          */
         public ArchiveOptions setLevel(final int level) {

Reply via email to