diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-08-24 07:37:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-24 07:37:54 +0000 |
commit | 5af95dd92babcffc0a364f1591030fe0ce43ff08 (patch) | |
tree | 31fe6ee7600c0b63632776fa353d411da3e10994 | |
parent | 7e7577ff8db87f3f95d27132993093ba88676cc4 (diff) | |
parent | 5b405672f47c86b53aa094057afb5c21b4cd961a (diff) |
Merge "Removing unused imports"
-rw-r--r-- | ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java | 1 |
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; |