mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Fix typo in BasicLookupStrategy Javadoc
Issue gh-11336
This commit is contained in:
parent
b274431c07
commit
6c3f53ac0a
@ -74,8 +74,8 @@ import org.springframework.util.Assert;
|
|||||||
* one in <tt>lookupObjectIdentities</tt>. These are built from the same select and "order
|
* one in <tt>lookupObjectIdentities</tt>. These are built from the same select and "order
|
||||||
* by" clause, using a different where clause in each case. In order to use custom schema
|
* by" clause, using a different where clause in each case. In order to use custom schema
|
||||||
* or column names, each of these SQL clauses can be customized, but they must be
|
* or column names, each of these SQL clauses can be customized, but they must be
|
||||||
* consistent with each other and with the expected result set generated by the
|
* consistent with each other and with the expected result set generated by the default
|
||||||
* default values.
|
* values.
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user