Skip to content

Commit

Permalink
minor javadoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Nov 2, 2023
1 parent a859e95 commit 53873d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/ibm/as400/access/AS400.java
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@ public void changePassword(char[] oldPassword, char[] newPassword) throws AS400S
Changes the user profile password. The system name and user profile name need to be set prior to calling this method.
@param oldPassword The old user profile password.
@param newPassword The new user profile password.
@param additionalAuthenticationFactor Additional authentication factor (or null if not providing one).
@exception AS400SecurityException If a security or authority error occurs.
@exception IOException If an error occurs while communicating with the system.
**/
Expand Down

0 comments on commit 53873d5

Please sign in to comment.