Browse Source

Fix typo in BasicLookupStrategy Javadoc

Closes gh-11336
pull/11388/head
shirohoo 4 years ago committed by Rob Winch
parent
commit
e0fa644b08
  1. 4
      acl/src/main/java/org/springframework/security/acls/jdbc/BasicLookupStrategy.java

4
acl/src/main/java/org/springframework/security/acls/jdbc/BasicLookupStrategy.java

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

Loading…
Cancel
Save