Fix documentation typo

changed "user name" to "username"
This commit is contained in:
Seongguk Jeong 2023-07-17 22:16:27 +09:00 committed by Josh Cummings
parent de1357cbd1
commit 8df8d4022e

View File

@ -208,7 +208,7 @@ public class User implements UserDetails, CredentialsContainer {
} }
/** /**
* Creates a UserBuilder with a specified user name * Creates a UserBuilder with a specified username
* @param username the username to use * @param username the username to use
* @return the UserBuilder * @return the UserBuilder
*/ */