Browse Source

Fix typo in Javadoc

pull/9209/head
Angel Aguilera 5 years ago committed by GitHub
parent
commit
d7612e346e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/src/main/java/org/springframework/security/core/userdetails/jdbc/JdbcDaoImpl.java

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

@ -38,8 +38,8 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException; @@ -38,8 +38,8 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException;
import org.springframework.util.Assert;
/**
* <tt>UserDetailsServiceRetrieves</tt> implementation which retrieves the user details
* (username, password, enabled flag, and authorities) from a database using JDBC queries.
* <tt>UserDetailsService</tt> implementation which retrieves the user details (username,
* password, enabled flag, and authorities) from a database using JDBC queries.
*
* <h3>Default Schema</h3> A default database schema is assumed, with two tables "users"
* and "authorities".

Loading…
Cancel
Save