diff --git a/src/docbkx/appendix-db-schema.xml b/src/docbkx/appendix-db-schema.xml index 148511c1a8..0335b0a197 100644 --- a/src/docbkx/appendix-db-schema.xml +++ b/src/docbkx/appendix-db-schema.xml @@ -79,7 +79,7 @@ create table persistent_logins (
ACL Schema - The tables used by the Spring Security ACL implementation. + The tables used by the Spring Security ACL implementation. create table acl_sid ( id bigint generated by default as identity(start with 100) not null primary key, diff --git a/src/docbkx/domain-acls.xml b/src/docbkx/domain-acls.xml index 4a0eaba3a2..5805e75814 100644 --- a/src/docbkx/domain-acls.xml +++ b/src/docbkx/domain-acls.xml @@ -1,6 +1,6 @@ - Domain Object Security + Domain Object Security (ACLs)