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 2019/04/08 18:30:57 UTC

svn commit: r1857128 - /pdfbox/branches/issue45/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java

Author: tilman
Date: Mon Apr  8 18:30:57 2019
New Revision: 1857128

URL: http://svn.apache.org/viewvc?rev=1857128&view=rev
Log:
PDFBOX-45: correct comment

Modified:
    pdfbox/branches/issue45/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java

Modified: pdfbox/branches/issue45/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java?rev=1857128&r1=1857127&r2=1857128&view=diff
==============================================================================
--- pdfbox/branches/issue45/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java (original)
+++ pdfbox/branches/issue45/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java Mon Apr  8 18:30:57 2019
@@ -446,7 +446,7 @@ public class TestCreateSignature
         Assert.assertEquals(expectedData.getData().length, actualData.getData().length);
         Assert.assertFalse(Arrays.equals(expectedData.getData(), actualData.getData()));
 
-        // new style incremental save: create a "path" from the root to the objects that need an update
+        // old style incremental save: create a "path" from the root to the objects that need an update
         doc.getDocumentCatalog().getCOSObject().setNeedToBeUpdated(true);
         doc.getDocumentCatalog().getAcroForm().getCOSObject().setNeedToBeUpdated(true);
         field.getCOSObject().setNeedToBeUpdated(true);