소스 검색

Fix UserDetailsPasswordService Checkstyle

Issue gh-7266
Rob Winch 6 년 전
부모
커밋
4166c6e493
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/core/userdetails/UserDetailsPasswordService.java

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

@@ -28,7 +28,7 @@ public interface UserDetailsPasswordService {
 	 * persistent user repository (database, LDAP etc).
 	 *
 	 * @param user the user to modify the password for
-	 * @param newPassword the password to change to, 
+	 * @param newPassword the password to change to,
 	 * encoded by the configured {@code PasswordEncoder}
 	 * @return the updated UserDetails with the new password
 	 */