You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,8 @@ public void setMessageSource(MessageSource messageSource) {
131
131
132
132
/**
133
133
* Sets the {@link GrantedAuthoritiesMapper} used for converting the authorities
134
-
* loaded from storage to a new set of authorities which will be associated to
135
-
* the {@link UsernamePasswordAuthenticationToken}. If not set, defaults to a
134
+
* loaded from storage to a new set of authorities which will be associated to the
135
+
* {@link UsernamePasswordAuthenticationToken}. If not set, defaults to a
136
136
* {@link NullAuthoritiesMapper}.
137
137
* @param authoritiesMapper the {@link GrantedAuthoritiesMapper} used for mapping the
0 commit comments