Skip to content

Commit 5073da8

Browse files
frankfioranteartembilan
authored andcommitted
Fix Typo in Flow Validation
1 parent d26ee1d commit 5073da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationFlowDefinition.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3143,7 +3143,7 @@ protected StandardIntegrationFlow get() {
31433143
}
31443144
else if (this.currentMessageChannel != null) {
31453145
throw new BeanCreationException("The 'IntegrationFlow' can't consist of only one 'MessageChannel'. "
3146-
+ "Add at lest '.bridge()' EIP-method before the end of flow.");
3146+
+ "Add at least '.bridge()' EIP-method before the end of flow.");
31473147
}
31483148
}
31493149

0 commit comments

Comments
 (0)