Skip to content

Commit 9505e14

Browse files
committed
Final S-G Doc Polish
1 parent d55bd7b commit 9505e14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4305,7 +4305,7 @@ The list of component name patterns you want to track (e.g., tracked-components
43054305
Specify whether the Scatter-Gather must return a non-null value. This value is
43064306
'true' by default, hence a ReplyRequiredException will be thrown when
43074307
the underlying aggregator returns a null value after 'gather-timeout'.
4308-
Note, if the 'null' is a case, the 'gather-timeout' should be specified to avoid indefinite wait.
4308+
Note, if 'null' is a possibility, the 'gather-timeout' should be specified to avoid an indefinite wait.
43094309
</xsd:documentation>
43104310
</xsd:annotation>
43114311
</xsd:attribute>

src/reference/docbook/scatter-gather.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Introduction</title>
77
<para>
88
Starting with <emphasis>version 4.1</emphasis>, Spring Integration provides an implementation
9-
of the <ulink url="http://www.eaipatterns.com/BroadcastAggregate.html/">Scatter-Gather</ulink>
9+
of the <ulink url="http://www.eaipatterns.com/BroadcastAggregate.html">Scatter-Gather</ulink>
1010
Enterprise Integration Pattern. It is a compound endpoint, where the goal is to send a message
1111
to the recipients and aggregate the results. Quoting the EIP Book, it is a component for scenarios like
1212
<emphasis>best quote</emphasis>, when we need to request information from several suppliers
@@ -217,8 +217,8 @@ public MessageHandler scatterGatherDistribution() {
217217
Specify whether the Scatter-Gather must return a non-null value. This value is
218218
<code>true</code> by default, hence a <classname>ReplyRequiredException</classname> will be thrown
219219
when the underlying aggregator returns a null value after <code>gather-timeout</code>.
220-
Note, if the <code>null</code> is a case, the <code>gather-timeout</code> should be specified
221-
to avoid indefinite wait.
220+
Note, if <code>null</code> is a possibility, the <code>gather-timeout</code> should be specified
221+
to avoid an indefinite wait.
222222
</para>
223223
</callout>
224224

@@ -228,7 +228,7 @@ public MessageHandler scatterGatherDistribution() {
228228
attribute.</para>
229229
</callout>
230230

231-
<callout arearefs="sg12" id="sg12-txt">
231+
<callout arearefs="sg13" id="sg13-txt">
232232
<para>The <code>&lt;aggregator&gt;</code> options.
233233
<emphasis>Required</emphasis>. </para>
234234
</callout>

0 commit comments

Comments
 (0)