diff --git a/core/src/main/java/org/springframework/security/core/userdetails/jdbc/JdbcDaoImpl.java b/core/src/main/java/org/springframework/security/core/userdetails/jdbc/JdbcDaoImpl.java index a76d809bf7..347d820a99 100644 --- a/core/src/main/java/org/springframework/security/core/userdetails/jdbc/JdbcDaoImpl.java +++ b/core/src/main/java/org/springframework/security/core/userdetails/jdbc/JdbcDaoImpl.java @@ -38,8 +38,8 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException; import org.springframework.util.Assert; /** - * UserDetailsServiceRetrieves implementation which retrieves the user details - * (username, password, enabled flag, and authorities) from a database using JDBC queries. + * UserDetailsService implementation which retrieves the user details (username, + * password, enabled flag, and authorities) from a database using JDBC queries. * *