浏览代码

Fix typo in BasicLookupStrategy Javadoc

Closes gh-11336
shirohoo 3 年之前
父节点
当前提交
742d7535bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      acl/src/main/java/org/springframework/security/acls/jdbc/BasicLookupStrategy.java

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

@@ -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