You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2014/09/14 15:57:55 UTC

svn commit: r1624848 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.java

Author: msahyoun
Date: Sun Sep 14 13:57:54 2014
New Revision: 1624848

URL: http://svn.apache.org/r1624848
Log:
PDFBOX-91: Correction of JavaDoc for shouldComb() method

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.java?rev=1624848&r1=1624847&r2=1624848&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDVariableText.java Sun Sep 14 13:57:54 2014
@@ -234,7 +234,7 @@ public abstract class PDVariableText ext
     }
 
     /**
-     * @return true if the field is not suppose to comb the text display.
+     * @return true if the field is supposed to comb the text display.
      */
     public boolean shouldComb()
     {