Skip to content

Commit d7612e3

Browse files
authored
Fix typo in Javadoc
1 parent 649443f commit d7612e3

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/java/org/springframework/security/core/userdetails/jdbc

1 file changed

+2
-2
lines changed

core/src/main/java/org/springframework/security/core/userdetails/jdbc/JdbcDaoImpl.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
import org.springframework.util.Assert;
3939

4040
/**
41-
* <tt>UserDetailsServiceRetrieves</tt> implementation which retrieves the user details
42-
* (username, password, enabled flag, and authorities) from a database using JDBC queries.
41+
* <tt>UserDetailsService</tt> implementation which retrieves the user details (username,
42+
* password, enabled flag, and authorities) from a database using JDBC queries.
4343
*
4444
* <h3>Default Schema</h3> A default database schema is assumed, with two tables "users"
4545
* and "authorities".

0 commit comments

Comments
 (0)