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 2020/11/07 13:51:12 UTC

svn commit: r1883178 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentCatalog.java

Author: msahyoun
Date: Sat Nov  7 13:51:12 2020
New Revision: 1883178

URL: http://svn.apache.org/viewvc?rev=1883178&view=rev
Log:
PDFBOX-4985: adjust Javadoc to match new acroFormFixup parameter

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentCatalog.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentCatalog.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentCatalog.java?rev=1883178&r1=1883177&r2=1883178&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentCatalog.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentCatalog.java Sat Nov  7 13:51:12 2020
@@ -116,10 +116,10 @@ public class PDDocumentCatalog implement
     /**
      * Get the documents AcroForm. This will return null if no AcroForm is part of the document.
      *
-     * Dependent on setting <code>documentFixup</code> some fixing/changes will be done to the AcroForm.
-     * If you need to ensure that there are no fixes applied call <code>documentFixup</code> with <code>null</code>.
+     * Dependent on setting <code>acroFormFixup</code> some fixing/changes will be done to the AcroForm.
+     * If you need to ensure that there are no fixes applied call <code>getAcroForm</code> with <code>null</code>.
      * 
-     * Using <code>getAcroForm(PDDocumentFixup documentFixup)</code> might change the original content and
+     * Using <code>getAcroForm(PDDocumentFixup acroFormFixup)</code> might change the original content and
      * subsequent calls with <code>getAcroForm(null)</code> will return the changed content.
      * 
      * @param acroFormFixup the fix up action or null