Merge pull request #770 from garyrussell/INT-2959-21x

* garyrussell-INT-2959-21x:
  INT-2959 Correct Schema GW reply-timeout Doc.
This commit is contained in:
Gunnar Hillert
2013-03-27 17:19:39 -04:00

View File

@@ -508,8 +508,9 @@
<xsd:documentation>
<![CDATA[
Allows you to specify how long this gateway will wait for the reply message
before throwing an exception. By default it will wait indefinitely.
Value is specified in milliseconds
before returning. By default it will wait indefinitely. 'null' is returned
if the gateway times out.
Value is specified in milliseconds.
]]>
</xsd:documentation>
</xsd:annotation>
@@ -588,7 +589,8 @@
<xsd:documentation>
<![CDATA[
Allows you to specify how long this gateway will wait for the reply message
before throwing an exception. By default it will wait indefinitely.
before returning. By default it will wait indefinitely. 'null' is returned
if the gateway times out.
Value is specified in milliseconds.
]]>
</xsd:documentation>