From 1c11dffada48c31491f2583f0d28ccecb4b4891b Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 16 Aug 2019 07:45:53 +0000 Subject: Remaining checkstyle changes Change-Id: I5392355aa45502e978f2ae8118ac8402202a0584 Issue-ID: DMAAP-1250 Signed-off-by: egernug --- .../src/main/java/org/onap/dmaap/datarouter/node/DeliveryQueue.java | 1 - 1 file changed, 1 deletion(-) (limited to 'datarouter-node/src/main/java/org/onap') diff --git a/datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/DeliveryQueue.java b/datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/DeliveryQueue.java index 0b9ea494..e06ec5a8 100644 --- a/datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/DeliveryQueue.java +++ b/datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/DeliveryQueue.java @@ -53,7 +53,6 @@ import org.jetbrains.annotations.Nullable; * delivery fails while the delay was active, it will not change the delay * or change the duration of any subsequent delay. * If, however, it succeeds, it will cancel the delay. - * * The queue maintains 3 collections of files to deliver: A todoList of * files that will be attempted, a working set of files that are being * attempted, and a retry set of files that were attempted and failed. -- cgit 1.2.3-korg