Преглед на файлове

Remove Redundant Punctation in JavaDoc

Signed-off-by: universe <daofei8754@126.com>
universe преди 4 месеца
родител
ревизия
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) {