Skip to content

Commit 3fccb5a

Browse files
committed
Resolve Sonar issue
1 parent eda4215 commit 3fccb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-rabbit-test/src/main/java/org/springframework/amqp/rabbit/test/RabbitListenerTestHarness.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected void processListener(MethodRabbitListenerEndpoint endpoint, RabbitList
9898
else {
9999
logger.info("The test harness can only proxy @RabbitListeners with an 'id' attribute");
100100
}
101-
super.processListener(endpoint, rabbitListener, proxy, target, beanName);
101+
super.processListener(endpoint, rabbitListener, proxy, target, beanName); // NOSONAR proxy is not null
102102
}
103103

104104
public InvocationData getNextInvocationDataFor(String id, long wait, TimeUnit unit) throws InterruptedException {

0 commit comments

Comments
 (0)