More Sonar

This commit is contained in:
Gary Russell
2016-07-17 09:34:07 +01:00
parent 20ae0ff347
commit e61e5004a2

View File

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