소스 검색

Remove Redundant Punctation in JavaDoc

Signed-off-by: universe <daofei8754@126.com>
universe 3 달 전
부모
커밋
50f8ad55a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/java/org/springframework/security/web/authentication/UsernamePasswordAuthenticationFilter.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/authentication/UsernamePasswordAuthenticationFilter.java

@@ -140,7 +140,7 @@ public class UsernamePasswordAuthenticationFilter extends AbstractAuthentication
 
 	/**
 	 * Sets the parameter name which will be used to obtain the password from the login
-	 * request..
+	 * request.
 	 * @param passwordParameter the parameter name. Defaults to "password".
 	 */
 	public void setPasswordParameter(String passwordParameter) {