diff options
author | Taka <tc012c@att.com> | 2017-12-20 13:07:21 -0500 |
---|---|---|
committer | Skip Wonnell <skip@att.com> | 2017-12-21 16:02:38 +0000 |
commit | 02fa7b3c5a6726902ff76bcce50a1b239969a8e2 (patch) | |
tree | 6fc6a4f99d9805d24eabafd554703d0140d9764b /appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java | |
parent | f602f93440893507068a2e4e76816bdcdb6a39ad (diff) |
Fix sonar issues for APPC
Change-Id: I386f6794215eb69b8547fa06193ad78f951b327b
Issue-ID: APPC-323
Signed-off-by: Taka <tc012c@att.com>
Diffstat (limited to 'appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java')
-rw-r--r-- | appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java/org/onap/appc/executionqueue/helper/Util.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java/org/onap/appc/executionqueue/helper/Util.java b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java/org/onap/appc/executionqueue/helper/Util.java index 58279e8a7..164a8b563 100644 --- a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java/org/onap/appc/executionqueue/helper/Util.java +++ b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/java/org/onap/appc/executionqueue/helper/Util.java @@ -28,7 +28,6 @@ import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; import org.onap.appc.configuration.Configuration; import org.onap.appc.configuration.ConfigurationFactory; -import org.onap.appc.executionqueue.impl.QueueManager; import java.util.concurrent.Executors; import java.util.concurrent.ThreadFactory; |