DUBBO-1 Change schema element "sent" default value to false

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@40 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
tony.chenl 2011-10-24 12:21:18 +00:00
parent e354e8187d
commit 5c02f841d0
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@
<xsd:documentation><![CDATA[ The method does async. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sent" type="xsd:string" use="optional" default="true">
<xsd:attribute name="sent" type="xsd:string" use="optional" default="false">
<xsd:annotation>
<xsd:documentation><![CDATA[ The async method return await message sent ]]></xsd:documentation>
</xsd:annotation>