On 08/22/2011 05:30 PM, [email protected] wrote:
Author: tross
Date: Mon Aug 22 16:30:09 2011
New Revision: 1160325

URL: http://svn.apache.org/viewvc?rev=1160325&view=rev
Log:
QPID-3441 - Correct spelling error in C++ broker's QMF schema

Modified:
     qpid/trunk/qpid/specs/management-schema.xml

Modified: qpid/trunk/qpid/specs/management-schema.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/specs/management-schema.xml?rev=1160325&r1=1160324&r2=1160325&view=diff
==============================================================================
--- qpid/trunk/qpid/specs/management-schema.xml (original)
+++ qpid/trunk/qpid/specs/management-schema.xml Mon Aug 22 16:30:09 2011
@@ -254,7 +254,7 @@
      <property name="vhostRef" type="objId"  references="Vhost" access="RC" index="y" 
parentRef="y"/>
      <property name="address"  type="sstr"   access="RC" index="y"/>
      <property name="incoming" type="bool"   access="RC"/>
-<property name="SystemConnection"   type="bool"   access="RC" desc="Infrastucture/ 
Inter-system connection (Cluster, Federation, ...)"/>
+<property name="SystemConnection"   type="bool"   access="RC" desc="Infrasrtucture/ 
Inter-system connection (Cluster, Federation, ...)"/>
      <property name="userProxyAuth"      type="bool"   access="RO" desc="Authorization 
to proxy for users not on broker"/>
      <property name="federationLink"     type="bool"   access="RO" desc="Is this a 
federation link"/>
      <property name="authIdentity"       type="sstr"   access="RO" desc="authId of 
connection if authentication enabled"/>

I think you have swapped one type for another there ;-)

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to