You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2017/10/29 19:57:02 UTC

svn commit: r1813705 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/filter/Filter.java

Author: tilman
Date: Sun Oct 29 19:57:02 2017
New Revision: 1813705

URL: http://svn.apache.org/viewvc?rev=1813705&view=rev
Log:
PDFBOX-3982: typo

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/filter/Filter.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/filter/Filter.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/filter/Filter.java?rev=1813705&r1=1813704&r2=1813705&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/filter/Filter.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/filter/Filter.java Sun Oct 29 19:57:02 2017
@@ -44,7 +44,7 @@ public abstract class Filter
 
     /**
      * Compression Level System Property. Set this to a value from 0 to 9 to change the zlib deflate
-     * compression level used to compress /Flate streams. The default value is -1 with is
+     * compression level used to compress /Flate streams. The default value is -1 which is
      * {@link Deflater#DEFAULT_COMPRESSION}. To set maximum compression, use
      * {@code System.setProperty(Filter.SYSPROP_DEFLATELEVEL, "9");}
      */