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 2021/05/16 09:05:06 UTC

svn commit: r1889928 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java

Author: tilman
Date: Sun May 16 09:05:06 2021
New Revision: 1889928

URL: http://svn.apache.org/viewvc?rev=1889928&view=rev
Log:
PDFBOX-4892: fix comment, as suggested by valerybokov

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java?rev=1889928&r1=1889927&r2=1889928&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.java Sun May 16 09:05:06 2021
@@ -163,7 +163,8 @@ public class PDNumberFormatDictionary im
 
     /** 
      * This will set the value for the manner to display a fractional value.
-     * Allowed values are "D", "F", "R" and "T"
+     * Allowed values are "D", "F", "R", "T" and null.
+     * 
      * @param fractionalDisplay the manner to display a fractional value
      */
     public void setFractionalDisplay(String fractionalDisplay)
@@ -312,7 +313,7 @@ public class PDNumberFormatDictionary im
 
     /**
      * This will set the value indicating the ordering of the label specified by U to the calculated unit value.
-     * Possible values are "S" and "P"
+     * Possible values are "S", "P" and null.
      * 
      * @param labelPositionToValue label position 
      */