From bff377904a60ce2ed97b382be5c057d2ed6dd683 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 14 Jul 2021 12:53:06 +0200 Subject: [PATCH] Fix Javadoc formatting --- .../authentication/AbstractLdapAuthenticationProvider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java b/ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java index 26324f9ea8..9a0e1a56eb 100644 --- a/ldap/src/main/java/org/springframework/security/ldap/authentication/AbstractLdapAuthenticationProvider.java +++ b/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