Add missed type="java.lang.Class" to IdRecTests
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
</beans:bean>
|
||||
|
||||
<beans:bean id="valueStrategy" class="org.mockito.Mockito" factory-method="mock">
|
||||
<beans:constructor-arg value="org.springframework.integration.handler.MessageProcessor"/>
|
||||
<beans:constructor-arg value="org.springframework.integration.handler.MessageProcessor"
|
||||
type="java.lang.Class"/>
|
||||
</beans:bean>
|
||||
|
||||
<idempotent-receiver id="strategyInterceptor"
|
||||
|
||||
Reference in New Issue
Block a user