Author: tilman
Date: Wed Mar 13 17:28:30 2019
New Revision: 1855440
URL: http://svn.apache.org/viewvc?rev=1855440&view=rev
Log:
PDFBOX-4071: improve javadoc
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/DecodeOptions.java
Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/DecodeOptions.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/DecodeOptions.java?rev=1855440&r1=1855439&r2=1855440&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/DecodeOptions.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/DecodeOptions.java Wed Mar
13 17:28:30 2019
@@ -193,7 +193,7 @@ public class DecodeOptions
* Flag used by the filter to specify if it performed subsampling.
*
* Some filters may be unable or unwilling to apply subsampling, and so the caller must
check
- * this flag after decoding.
+ * this flag <b>after</b> decoding.
*
* @return True if the filter applied the options specified by this instance, false otherwise.
*/
|