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 2017/12/21 16:07:16 UTC

svn commit: r1818950 - /pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java

Author: tilman
Date: Thu Dec 21 16:07:16 2017
New Revision: 1818950

URL: http://svn.apache.org/viewvc?rev=1818950&view=rev
Log:
PDFBOX-3984: correct html

Modified:
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java

Modified: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java?rev=1818950&r1=1818949&r2=1818950&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java (original)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java Thu Dec 21 16:07:16 2017
@@ -82,7 +82,7 @@ public class CertInformationHelper
 
     /**
      * Verifies whether the certificate is signed by the given public key. Can be done to check
-     * signature Chain. Idea & code is from user Julius Musseau at:
+     * signature chain. Idea and code are from Julius Musseau at:
      * https://stackoverflow.com/a/10822177/2497581
      *
      * @param cert Child certificate to check