瀏覽代碼

Remove Redundant Punctation in JavaDoc

Signed-off-by: universe <daofei8754@126.com>
universe 3 月之前
父節點
當前提交
50f8ad55a8

+ 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) {