[O] Correct comments according to suggestions

This commit is contained in:
Hykilpikonna
2021-01-23 09:09:41 -05:00
parent 4f5fb9b0c0
commit 78ff88e7cd
3 changed files with 3 additions and 1 deletions
@@ -71,6 +71,7 @@ public class UserController {
/**
* Create salted hash for user's password
* Format: "$username + $password".toLowerMd5();
*
* @param username Unique username used as a salt
* @param password Password initial hash