Repository: activemq-artemis Updated Branches: refs/heads/master 9387b9af4 -> d2cd21a0c
NO-JIRA - XSD Doc fix Just correcting (reverting) an accidental doc change i had made a while back, for auto-delete-addresses, which was intended for config-delete-addresses. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/72d694b9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/72d694b9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/72d694b9 Branch: refs/heads/master Commit: 72d694b9ed0c6e5a5e6675670e03b80eac4d14ac Parents: 9387b9a Author: Michael André Pearce <[email protected]> Authored: Wed May 9 08:17:04 2018 +0100 Committer: Michael André Pearce <[email protected]> Committed: Wed May 9 08:17:04 2018 +0100 ---------------------------------------------------------------------- artemis-tools/src/test/resources/artemis-configuration.xsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/72d694b9/artemis-tools/src/test/resources/artemis-configuration.xsd ---------------------------------------------------------------------- diff --git a/artemis-tools/src/test/resources/artemis-configuration.xsd b/artemis-tools/src/test/resources/artemis-configuration.xsd index 84221de..41c881e 100644 --- a/artemis-tools/src/test/resources/artemis-configuration.xsd +++ b/artemis-tools/src/test/resources/artemis-configuration.xsd @@ -2627,9 +2627,7 @@ <xsd:element name="auto-delete-addresses" type="xsd:boolean" default="true" maxOccurs="1" minOccurs="0"> <xsd:annotation> <xsd:documentation> - What to do when an address is no longer in broker.xml. - OFF = will do nothing addresses will remain, - FORCE = delete address and its queues even if messages remaining. + whether or not to delete auto-created addresses when it no longer has any queues </xsd:documentation> </xsd:annotation> </xsd:element> @@ -2637,7 +2635,9 @@ <xsd:element name="config-delete-addresses" default="OFF" maxOccurs="1" minOccurs="0"> <xsd:annotation> <xsd:documentation> - What to do when an address is no longer in broker.xml. OFF = will do nothing addresses will remain, FORCE = delete queues, and address even if messages remaining. + What to do when an address is no longer in broker.xml. + OFF = will do nothing addresses will remain, + FORCE = delete queues, and address even if messages remaining. </xsd:documentation> </xsd:annotation> <xsd:simpleType>
