Skip to content

Commit 8df8d40

Browse files
limvikjzheaux
authored andcommitted
Fix documentation typo
changed "user name" to "username"
1 parent de1357c commit 8df8d40

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/org/springframework/security/core/userdetails

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/core/userdetails/User.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public String toString() {
208208
}
209209

210210
/**
211-
* Creates a UserBuilder with a specified user name
211+
* Creates a UserBuilder with a specified username
212212
* @param username the username to use
213213
* @return the UserBuilder
214214
*/

0 commit comments

Comments
 (0)