Fix new Sonar reports
This commit is contained in:
committed by
Artem Bilan
parent
20718c05f0
commit
fb5854c480
@@ -152,7 +152,7 @@ public class MongoDbOutboundGateway extends AbstractReplyProducingMessageHandler
|
||||
Object result;
|
||||
|
||||
if (this.collectionCallback != null) {
|
||||
result = this.mongoTemplate.execute(collectionName, this.collectionCallback);
|
||||
result = this.mongoTemplate.execute(collectionName, this.collectionCallback); // NOSONAR
|
||||
}
|
||||
else {
|
||||
Query query = buildQuery(requestMessage);
|
||||
|
||||
Reference in New Issue
Block a user