From 5b405672f47c86b53aa094057afb5c21b4cd961a Mon Sep 17 00:00:00 2001 From: Sooriyaa Date: Fri, 24 Aug 2018 12:42:21 +0530 Subject: Removing unused imports Removing unused imports in CollectMsgReceiverThread.java Issue-ID: VFC-1064 Change-Id: Id4c139ef0205e9afe8a322253266a071bb936f99 Signed-off-by: Sooriyaa --- .../org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java | 1 - 1 file changed, 1 deletion(-) 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; -- cgit 1.2.3-korg