Removing unused imports 69/62269/1
authorSooriyaa <soponraj@in.ibm.com>
Fri, 24 Aug 2018 07:12:21 +0000 (12:42 +0530)
committerSooriyaa <soponraj@in.ibm.com>
Fri, 24 Aug 2018 07:14:03 +0000 (12:44 +0530)
Removing unused imports in CollectMsgReceiverThread.java

Issue-ID: VFC-1064
Change-Id: Id4c139ef0205e9afe8a322253266a071bb936f99
Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java

index f9edf1c..59aca66 100644 (file)
@@ -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;