Skip to content

Commit e0fa644

Browse files
1chzrwinch
authored andcommitted
Fix typo in BasicLookupStrategy Javadoc
Closes gh-11336
1 parent 592db91 commit e0fa644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
* one in <tt>lookupObjectIdentities</tt>. These are built from the same select and "order
7474
* by" clause, using a different where clause in each case. In order to use custom schema
7575
* or column names, each of these SQL clauses can be customized, but they must be
76-
* consistent with each other and with the expected result set generated by the the
77-
* default values.
76+
* consistent with each other and with the expected result set generated by the default
77+
* values.
7878
*
7979
* @author Ben Alex
8080
*/

0 commit comments

Comments
 (0)