INT-1282 polished to accomodate recent refactoring changes related to IN-1229

This commit is contained in:
Oleg Zhurakousky
2010-07-28 16:41:18 +00:00
parent 729b9ca95f
commit 9146492749
4 changed files with 33 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
input-channel="transformedChannel"
ref="accumulator" />
<bean id="accumulator" class="com.springframework.integration.loanbroker.samples.loanshark.biz.Accumulator" />
<bean id="transformer" class="com.springframework.integration.loanbroker.samples.loanshark.biz.SharkTransformer" />
<bean id="accumulator" class="com.springframework.integration.samples.loanbroker.loanshark.biz.Accumulator" />
<bean id="transformer" class="com.springframework.integration.samples.loanbroker.loanshark.biz.SharkTransformer" />
</beans>