Skip to content

Commit 5c926e8

Browse files
committed
Add missed type="java.lang.Class" to IdRecTests
1 parent aa761b4 commit 5c926e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-integration-core/src/test/java/org/springframework/integration/config/xml/IdempotentReceiverParserTests-context.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
</beans:bean>
2222

2323
<beans:bean id="valueStrategy" class="org.mockito.Mockito" factory-method="mock">
24-
<beans:constructor-arg value="org.springframework.integration.handler.MessageProcessor"/>
24+
<beans:constructor-arg value="org.springframework.integration.handler.MessageProcessor"
25+
type="java.lang.Class"/>
2526
</beans:bean>
2627

2728
<idempotent-receiver id="strategyInterceptor"

0 commit comments

Comments
 (0)