Skip to content

Commit 6c3f53a

Browse files
committed
Fix typo in BasicLookupStrategy Javadoc
Issue gh-11336
1 parent b274431 commit 6c3f53a

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
@@ -74,8 +74,8 @@
7474
* one in <tt>lookupObjectIdentities</tt>. These are built from the same select and "order
7575
* by" clause, using a different where clause in each case. In order to use custom schema
7676
* or column names, each of these SQL clauses can be customized, but they must be
77-
* consistent with each other and with the expected result set generated by the
78-
* default values.
77+
* consistent with each other and with the expected result set generated by the default
78+
* values.
7979
*
8080
* @author Ben Alex
8181
*/

0 commit comments

Comments
 (0)