mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Added missing space to SQL query in JdbcMutableAclService.
This commit is contained in:
parent
437c6fb7b7
commit
fe6e297358
@ -80,7 +80,7 @@ public class JdbcMutableAclService extends JdbcAclService implements MutableAclS
|
|||||||
+ "and acl_object_identity.object_id_identity = ?";
|
+ "and acl_object_identity.object_id_identity = ?";
|
||||||
private String selectSidPrimaryKey = "SELECT id FROM acl_sid WHERE principal=? AND sid=?";
|
private String selectSidPrimaryKey = "SELECT id FROM acl_sid WHERE principal=? AND sid=?";
|
||||||
private String updateObjectIdentity = "UPDATE acl_object_identity SET "
|
private String updateObjectIdentity = "UPDATE acl_object_identity SET "
|
||||||
+ "parent_object = ?, owner_sid = ?, entries_inheriting = ?" + "where id = ?";
|
+ "parent_object = ?, owner_sid = ?, entries_inheriting = ?" + " where id = ?";
|
||||||
|
|
||||||
//~ Constructors ===================================================================================================
|
//~ Constructors ===================================================================================================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user