summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSooriyaa <soponraj@in.ibm.com>2018-08-24 12:42:21 +0530
committerSooriyaa <soponraj@in.ibm.com>2018-08-24 12:44:03 +0530
commit5b405672f47c86b53aa094057afb5c21b4cd961a (patch)
tree3e6f1796cd290fac9b076857710f2a82d683d528
parentf60c45ce60f918ff5f76f8d8361f4c321ba3a3df (diff)
Removing unused imports
Removing unused imports in CollectMsgReceiverThread.java Issue-ID: VFC-1064 Change-Id: Id4c139ef0205e9afe8a322253266a071bb936f99 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
-rw-r--r--ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java
index f9edf1c..59aca66 100644
--- a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java
+++ b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java
@@ -20,7 +20,6 @@ import org.slf4j.LoggerFactory;
import org.onap.vfc.nfvo.emsdriver.commons.constant.Constant;
import org.onap.vfc.nfvo.emsdriver.commons.model.CollectMsg;
import org.onap.vfc.nfvo.emsdriver.commons.utils.DriverThread;
-import org.onap.vfc.nfvo.emsdriver.configmgr.ConfigurationManager;
import org.onap.vfc.nfvo.emsdriver.messagemgr.MessageChannel;
import org.onap.vfc.nfvo.emsdriver.messagemgr.MessageChannelFactory;