Skip to content

Commit

Permalink
Fix Sonar Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Dec 21, 2021
1 parent 525172b commit d3b93e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ protected void applyCommonOverrides(@Nullable RabbitListenerEndpoint endpoint, C
JavaUtils.INSTANCE
.acceptIfNotNull(endpoint.getReplyPostProcessor(), messageListener::setReplyPostProcessor)
.acceptIfNotNull(endpoint.getReplyContentType(), messageListener::setReplyContentType);
messageListener.setConverterWinsContentType(endpoint.isConverterWinsContentType());
}
messageListener.setConverterWinsContentType(endpoint.isConverterWinsContentType());
}
}

Expand Down

0 comments on commit d3b93e9

Please sign in to comment.