Skip to content

Commit

Permalink
GH-3687: Remove unncessary warning in BatchMessagingMessageListenerAd…
Browse files Browse the repository at this point in the history
…apter

Fixes: #3687
  • Loading branch information
sobychacko committed Dec 16, 2024
1 parent 3cd6c9c commit ad5fc75
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ public void setBatchMessageConverter(BatchMessageConverter messageConverter) {
if (recordMessageConverter != null) {
setMessageConverter(recordMessageConverter);
}
else {
logger.warn("No batch message converter is set. because record message converter is null.");
}
}

/**
Expand Down

0 comments on commit ad5fc75

Please sign in to comment.