소스 검색

Fix Javadoc formatting

Eleftheria Stein 4 년 전
부모
커밋
bff377904a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java

+ 2 - 2
ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java

@@ -131,8 +131,8 @@ public abstract class AbstractLdapAuthenticationProvider implements Authenticati
 
 	/**
 	 * Sets the {@link GrantedAuthoritiesMapper} used for converting the authorities
-	 * loaded from storage to a new set of authorities which will be associated to
-	 * the {@link UsernamePasswordAuthenticationToken}. If not set, defaults to a
+	 * loaded from storage to a new set of authorities which will be associated to the
+	 * {@link UsernamePasswordAuthenticationToken}. If not set, defaults to a
 	 * {@link NullAuthoritiesMapper}.
 	 * @param authoritiesMapper the {@link GrantedAuthoritiesMapper} used for mapping the
 	 * user's authorities