Fix Typo in Flow Validation

This commit is contained in:
Frank Fiorante
2019-08-22 14:42:50 -05:00
committed by Artem Bilan
parent d26ee1db4a
commit 5073da8a1b

View File

@@ -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.");
}
}