We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0cc0 commit 3de57dcCopy full SHA for 3de57dc
spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationFlowDefinition.java
@@ -3132,7 +3132,7 @@ protected StandardIntegrationFlow get() {
3132
}
3133
else if (this.currentMessageChannel != null) {
3134
throw new BeanCreationException("The 'IntegrationFlow' can't consist of only one 'MessageChannel'. "
3135
- + "Add at lest '.bridge()' EIP-method before the end of flow.");
+ + "Add at least '.bridge()' EIP-method before the end of flow.");
3136
3137
3138
0 commit comments