diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/acl/management-schema.xml | 2 | ||||
-rw-r--r-- | cpp/src/qpid/cluster/management-schema.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/acl/management-schema.xml b/cpp/src/qpid/acl/management-schema.xml index 661228b4d3..f4637253d0 100644 --- a/cpp/src/qpid/acl/management-schema.xml +++ b/cpp/src/qpid/acl/management-schema.xml @@ -16,7 +16,7 @@ * limitations under the License. --> - <class name="acl"> + <class name="Acl"> <property name="brokerRef" type="objId" references="org.apache.qpid.broker:Broker" access="RO" index="y" parentRef="y"/> <property name="policyFile" type="sstr" access="RO" desc="Name of the policy file"/> <property name="enforcingAcl" type="bool" access="RO" desc="Currently Enforcing ACL"/> diff --git a/cpp/src/qpid/cluster/management-schema.xml b/cpp/src/qpid/cluster/management-schema.xml index 4c25ddf636..da19387cc6 100644 --- a/cpp/src/qpid/cluster/management-schema.xml +++ b/cpp/src/qpid/cluster/management-schema.xml @@ -37,7 +37,7 @@ If access rights are omitted for a property, they are assumed to be RO. --> - <class name="cluster"> + <class name="Cluster"> <property name="brokerRef" type="objId" references="Broker" access="RC" index="y" parentRef="y"/> <property name="clusterName" type="sstr" access="RC" desc="Name of cluster this server is a member of"/> <property name="clusterID" type="sstr" access="RO" desc="Globally uniquie ID (UUID) for this cluster instance"/> |