More Sonar

This commit is contained in:
Gary Russell
2016-07-17 10:31:52 +01:00
parent e61e5004a2
commit a8efa73b30

View File

@@ -786,8 +786,8 @@ public class BlockingQueueConsumer {
try {
if (BlockingQueueConsumer.this.abortStarted > 0) {
if (!BlockingQueueConsumer.this.queue.offer(new Delivery(consumerTag, envelope, properties, body),
BlockingQueueConsumer.this.shutdownTimeout, TimeUnit.MILLISECONDS)) {
// NOSONAR - ignore - we're aborting anyway
BlockingQueueConsumer.this.shutdownTimeout, TimeUnit.MILLISECONDS)) { // NOSONAR
// ignore - we're aborting anyway
}
}
else {