Remove Redundant Punctation in JavaDoc

Signed-off-by: universe <daofei8754@126.com>
This commit is contained in:
universe 2025-05-08 11:05:38 +08:00 committed by Rob Winch
parent 64d3397a9c
commit 50f8ad55a8

View File

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