Skip to content

Commit 5dff882

Browse files
committed
INT-4551: Fix exception msg from previous commit
JIRA: https://jira.spring.io/browse/INT-4551 **Cherry-pick to 5.0.x** (cherry picked from commit 1dca553)
1 parent ce42e56 commit 5dff882

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/config/IntegrationRegistrar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void setBeanClassLoader(ClassLoader classLoader) {
9393
throw new ApplicationContextException("Starting with Spring Integration 5.0, "
9494
+ "the 'spring-integration-java-dsl' dependency is no longer needed; "
9595
+ "the Java DSL has been merged into the core project. "
96-
+ "Having it present it on the classpath causes class loading conflicts.");
96+
+ "If it is present on the classpath, it will cause class loading conflicts.");
9797
}
9898
}
9999

0 commit comments

Comments
 (0)