Skip to content

Commit

Permalink
Merge pull request #2003 from dometec/main
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Nov 29, 2022
2 parents 950e736 + f16bcc4 commit 853cb81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public String getMessage() {
if (component instanceof Wiring.OutgoingConnectorComponent) {
// outgoing connectors have a single incoming channel
return "'mp.messaging.outgoing." + component.incomings().get(0)
+ ".merge=true' + to allow multiple upstreams.";
+ ".merge=true' to allow multiple upstreams.";
} else if (component instanceof Wiring.ProcessorMediatorComponent
|| component instanceof Wiring.SubscriberMediatorComponent) {
return String.format(
Expand Down

0 comments on commit 853cb81

Please sign in to comment.