Skip to content

Commit 38e3fc4

Browse files
fix: remove return
1 parent a85ad4a commit 38e3fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin-acl/plugin/grails-app/services/grails/plugin/springsecurity/acl/AclObjectIdentityGormService.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AclObjectIdentityGormService {
4343

4444
@ReadOnly
4545
List<AclObjectIdentity> findAllByParentObjectIdAndParentAclClassName(Long objectId, String aclClassName) {
46-
return findQueryByParentObjectIdAndParentAclClassName(objectId, aclClassName).list()
46+
findQueryByParentObjectIdAndParentAclClassName(objectId, aclClassName).list()
4747
}
4848

4949
@ReadOnly

0 commit comments

Comments
 (0)