Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
- fix failing tests
Browse files Browse the repository at this point in the history
- INTDSLGROOVY-11
  • Loading branch information
Stephane Maldini committed Dec 12, 2012
1 parent 15d9db5 commit 8176111
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ class MessageFlowDomBuilder extends IntegrationComponentDomBuilder {
previousComponent = component
}
//Fix for https://jira.springsource.org/browse/INTDSLGROOVY-11
if (messageFlow.inputChannel?.startsWith('$mflw')){
if (messageFlow.inputChannel?.startsWith('$mfl')){
channelBuilder.createDirectChannelIfNotDefined(builder, messageFlow.inputChannel)
}
}
Expand Down

0 comments on commit 8176111

Please sign in to comment.