Update password setting method documentation for clarity

This commit is contained in:
fourbites
2025-08-19 00:00:27 +02:00
parent 802ec201fa
commit 676a08fa86
@@ -349,7 +349,7 @@ public class OOOUser extends User
}
/**
* Sets the user's password and wipes the plaintext password from memory.
* Sets the user's password from a plaintext string.
*
* @param password the password to set
*/