Fix Typo in Flow Validation
This commit is contained in:
committed by
Artem Bilan
parent
853088d9b6
commit
0cbea82946
@@ -2772,7 +2772,7 @@ public abstract class IntegrationFlowDefinition<B extends IntegrationFlowDefinit
|
||||
}
|
||||
else if (this.currentMessageChannel != null) {
|
||||
throw new BeanCreationException("The 'IntegrationFlow' can't consist of only one 'MessageChannel'. "
|
||||
+ "Add at lest '.bridge()' EIP-method before the end of flow.");
|
||||
+ "Add at least '.bridge()' EIP-method before the end of flow.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user