Skip to content

Commit bff3779

Browse files
committed
Fix Javadoc formatting
1 parent bfc9d2a commit bff3779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public void setMessageSource(MessageSource messageSource) {
131131

132132
/**
133133
* 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
136136
* {@link NullAuthoritiesMapper}.
137137
* @param authoritiesMapper the {@link GrantedAuthoritiesMapper} used for mapping the
138138
* user's authorities

0 commit comments

Comments
 (0)