From: Sooriyaa Date: Fri, 24 Aug 2018 07:12:21 +0000 (+0530) Subject: Removing unused imports X-Git-Tag: 1.2.0~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F62269%2F1;p=vfc%2Fnfvo%2Fdriver%2Fems.git Removing unused imports Removing unused imports in CollectMsgReceiverThread.java Issue-ID: VFC-1064 Change-Id: Id4c139ef0205e9afe8a322253266a071bb936f99 Signed-off-by: Sooriyaa --- 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;