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/07/13 20:50:43 UTC

svn commit: r1835859 - /pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java

Author: tilman
Date: Fri Jul 13 20:50:43 2018
New Revision: 1835859

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

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

Modified: pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java?rev=1835859&r1=1835858&r2=1835859&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java (original)
+++ pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/validation/CertInformationHelper.java Fri Jul 13 20:50:43 2018
@@ -171,8 +171,8 @@ public class CertInformationHelper
     }
 
     /**
-     * Gets the first CRL Url from given extension value. Structure has to be build as in 4.2.1.14
-     * CRL Distribution Points of RFC 2459.
+     * Gets the first CRL URL from given extension value. Structure has to be
+     * built as in 4.2.1.14 CRL Distribution Points of RFC 2459.
      *
      * @param extensionValue to get the extension value from
      * @return first CRL- URL or null