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:
parent
e354e8187d
commit
5c02f841d0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue