Removing unused imports 03/63403/2
authorSooriyaa <soponraj@in.ibm.com>
Wed, 29 Aug 2018 07:04:36 +0000 (12:34 +0530)
committerSooriyaa p.r <soponraj@in.ibm.com>
Wed, 29 Aug 2018 07:12:31 +0000 (07:12 +0000)
Removing unused imports

Issue-ID: VFC-1084
Change-Id: I41d847b3460c5f65ac1b28a8d37dbac24850a3ac
Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
ems/boco/data/aaa.txt [deleted file]
ems/boco/data/bbb.txt [deleted file]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/AlarmManager.java

diff --git a/ems/boco/data/aaa.txt b/ems/boco/data/aaa.txt
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/ems/boco/data/bbb.txt b/ems/boco/data/bbb.txt
deleted file mode 100644 (file)
index 458aab0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-test abc
\ No newline at end of file
index b14645b..3d4caaa 100644 (file)
@@ -17,7 +17,6 @@ package org.onap.vfc.nfvo.emsdriver.collector.alarm;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.onap.vfc.nfvo.emsdriver.collector.CollectMsgReceiverThread;
 import org.onap.vfc.nfvo.emsdriver.commons.constant.Constant;
 import org.onap.vfc.nfvo.emsdriver.commons.model.CollectVo;
 import org.onap.vfc.nfvo.emsdriver.commons.model.EMSInfo;