Fix Typo in Flow Validation
This commit is contained in:
committed by
Artem Bilan
parent
d26ee1db4a
commit
5073da8a1b
@@ -3143,7 +3143,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