Skip to content

Commit 6f6f5a1

Browse files
evfooljzheaux
authored andcommitted
Fixed typo in comment
1 parent 98e75eb commit 6f6f5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void setFindChildrenQuery(String findChildrenSql) {
153153
public void setAclClassIdSupported(boolean aclClassIdSupported) {
154154
this.aclClassIdSupported = aclClassIdSupported;
155155
if (aclClassIdSupported) {
156-
// Change the default insert if it hasn't been overridden
156+
// Change the default children select if it hasn't been overridden
157157
if (this.findChildrenSql.equals(DEFAULT_SELECT_ACL_WITH_PARENT_SQL)) {
158158
this.findChildrenSql = DEFAULT_SELECT_ACL_WITH_PARENT_SQL_WITH_CLASS_ID_TYPE;
159159
} else {

0 commit comments

Comments
 (0)