mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Fix typo in Javadoc
This commit is contained in:
parent
649443f67e
commit
d7612e346e
@ -38,8 +38,8 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException;
|
|||||||
import org.springframework.util.Assert;
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <tt>UserDetailsServiceRetrieves</tt> implementation which retrieves the user details
|
* <tt>UserDetailsService</tt> implementation which retrieves the user details (username,
|
||||||
* (username, password, enabled flag, and authorities) from a database using JDBC queries.
|
* 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"
|
* <h3>Default Schema</h3> A default database schema is assumed, with two tables "users"
|
||||||
* and "authorities".
|
* and "authorities".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user