فهرست منبع

Fix documentation typo

changed "user name" to "username"
Seongguk Jeong 2 سال پیش
والد
کامیت
8df8d4022e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/src/main/java/org/springframework/security/core/userdetails/User.java

+ 1 - 1
core/src/main/java/org/springframework/security/core/userdetails/User.java

@@ -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
 	 * @return the UserBuilder
 	 */