Skip to content

Commit 3de57dc

Browse files
frankfioranteartembilan
authored andcommitted
Fix Typo in Flow Validation
1 parent c9e0cc0 commit 3de57dc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,7 @@ protected StandardIntegrationFlow get() {
31323132
}
31333133
else if (this.currentMessageChannel != null) {
31343134
throw new BeanCreationException("The 'IntegrationFlow' can't consist of only one 'MessageChannel'. "
3135-
+ "Add at lest '.bridge()' EIP-method before the end of flow.");
3135+
+ "Add at least '.bridge()' EIP-method before the end of flow.");
31363136
}
31373137
}
31383138

0 commit comments

Comments
 (0)