Add missed type="java.lang.Class" to IdRecTests

This commit is contained in:
abilan
2022-12-20 17:19:25 -05:00
parent aa761b44b4
commit 5c926e84ba

View File

@@ -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"