1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix typo UserDetailService -> UserDetailsService

This commit is contained in:
Eleftheria Stein
2020-11-09 13:13:32 +01:00
parent 4515c86beb
commit 5661e06e9c
3 changed files with 4 additions and 4 deletions
@@ -74,7 +74,7 @@ public class AuthenticationProviderBeanDefinitionParser implements BeanDefinitio
else {
pc.getReaderContext().error("A user-service is required", element);
}
// Pinch the cache-ref from the UserDetailService element, if set.
// Pinch the cache-ref from the UserDetailsService element, if set.
String cacheRef = userServiceElt.getAttribute(AbstractUserDetailsServiceBeanDefinitionParser.CACHE_REF);
if (StringUtils.hasText(cacheRef)) {