Skip to content

Commit cc6592b

Browse files
committed
docs: Remove the redundant punctuation marks in the comments.
Signed-off-by: universe <[email protected]>
1 parent ff8b77d commit cc6592b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/UsernamePasswordAuthenticationFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public void setUsernameParameter(String usernameParameter) {
140140

141141
/**
142142
* Sets the parameter name which will be used to obtain the password from the login
143-
* request..
143+
* request.
144144
* @param passwordParameter the parameter name. Defaults to "password".
145145
*/
146146
public void setPasswordParameter(String passwordParameter) {

0 commit comments

Comments
 (0)