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 853088d9b6
commit 0cbea82946

View File

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