You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2020/05/29 14:14:49 UTC

svn commit: r1878273 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java

Author: lehmi
Date: Fri May 29 14:14:49 2020
New Revision: 1878273

URL: http://svn.apache.org/viewvc?rev=1878273&view=rev
Log:
PDFBOX-4784: javadoc fix

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java?rev=1878273&r1=1878272&r2=1878273&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java Fri May 29 14:14:49 2020
@@ -140,7 +140,7 @@ public abstract class SecurityHandler
     /**
      * Set the custom SecureRandom.
      * 
-     * @param secureRandom the custom SecureRandom for AES encryption
+     * @param customSecureRandom the custom SecureRandom for AES encryption
      */
     public void setCustomSecureRandom(SecureRandom customSecureRandom)
     {