You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-4.1.xsd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4305,7 +4305,7 @@ The list of component name patterns you want to track (e.g., tracked-components
4305
4305
Specify whether the Scatter-Gather must return a non-null value. This value is
4306
4306
'true' by default, hence a ReplyRequiredException will be thrown when
4307
4307
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.
0 commit comments