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 2021/05/02 14:16:29 UTC

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

Author: tilman
Date: Sun May  2 14:16:29 2021
New Revision: 1889411

URL: http://svn.apache.org/viewvc?rev=1889411&view=rev
Log:
PDFBOX-4892: fix typo, as suggested by valerybokov

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

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardProtectionPolicy.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardProtectionPolicy.java?rev=1889411&r1=1889410&r2=1889411&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardProtectionPolicy.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardProtectionPolicy.java Sun May  2 14:16:29 2021
@@ -45,8 +45,8 @@ public final class StandardProtectionPol
      * Creates an new instance of the standard protection policy
      * in order to protect a PDF document with passwords.
      *
-     * @param ownerPassword The owner's password.
-     * @param userPassword The users's password.
+     * @param ownerPassword The owner password.
+     * @param userPassword The user password.
      * @param permissions The access permissions given to the user.
      */
     public StandardProtectionPolicy(String ownerPassword, String userPassword,