Fix typo in BasicLookupStrategy Javadoc

Closes gh-11336
This commit is contained in:
shirohoo 2022-06-05 10:25:52 +09:00 committed by Rob Winch
parent 3d5e5ff556
commit b274431c07
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ import org.springframework.util.Assert;
* 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
* 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 the
* consistent with each other and with the expected result set generated by the
* default values.
*
* @author Ben Alex