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 2018/06/25 16:59:42 UTC

svn commit: r1834345 - in /pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature: CreateVisibleSignature.java CreateVisibleSignature2.java

Author: tilman
Date: Mon Jun 25 16:59:42 2018
New Revision: 1834345

URL: http://svn.apache.org/viewvc?rev=1834345&view=rev
Log:
PDFBOX-4071: fix typo

Modified:
    pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java
    pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java

Modified: pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java?rev=1834345&r1=1834344&r2=1834345&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java (original)
+++ pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java Mon Jun 25 16:59:42 2018
@@ -291,7 +291,7 @@ public class CreateVisibleSignature exte
             // PDDocument object anymore, with classic java file random access methods.
             // If you can't remember the offset value from ByteRange because your context has changed, 
             // then open the file with PDFBox, find the field with findExistingSignature() or
-            // PODDocument.getLastSignatureDictionary() and get the ByteRange from there.
+            // PDDocument.getLastSignatureDictionary() and get the ByteRange from there.
             // Close the file and then write the signature as explained earlier in this comment.
             if (isLateExternalSigning())
             {

Modified: pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java?rev=1834345&r1=1834344&r2=1834345&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java (original)
+++ pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java Mon Jun 25 16:59:42 2018
@@ -259,7 +259,7 @@ public class CreateVisibleSignature2 ext
             // PDDocument object anymore, with classic java file random access methods.
             // If you can't remember the offset value from ByteRange because your context has changed,
             // then open the file with PDFBox, find the field with findExistingSignature() or
-            // PODDocument.getLastSignatureDictionary() and get the ByteRange from there.
+            // PDDocument.getLastSignatureDictionary() and get the ByteRange from there.
             // Close the file and then write the signature as explained earlier in this comment.
             if (isLateExternalSigning())
             {