INT-2959 Correct Schema GW reply-timeout Doc.

Incorrectly indicated that an exception is thrown when
the gateway times out.
This commit is contained in:
Gary Russell
2013-03-22 11:01:58 -04:00
parent 77f10dc7cc
commit 25fdbc66bf

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>