summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSooriyaa <soponraj@in.ibm.com>2018-09-14 12:40:02 +0530
committerSooriyaa <soponraj@in.ibm.com>2018-09-14 12:40:14 +0530
commitf9c60efc96468f708650bb0fa2cb5f25042b8ccc (patch)
tree5030e917af3dbce7d7f3f78a9fcba32929d2f6d0
parent875c88e21a9e6e41e72231a841878149f2623127 (diff)
Fix issue in MultivimProxyAdapterMgrService.java
Fix issue in MultivimProxyAdapterMgrService.java Issue-ID: VFC-1121 Change-Id: I9c8d12d9cadd11e4dfa888eeba1d0b79335cf586 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
-rw-r--r--service/src/main/java/org/onap/vfc/nfvo/multivimproxy/service/adapter/impl/MultivimProxyAdapterMgrService.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/service/adapter/impl/MultivimProxyAdapterMgrService.java b/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/service/adapter/impl/MultivimProxyAdapterMgrService.java
index 57aafc2..63ad9ac 100644
--- a/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/service/adapter/impl/MultivimProxyAdapterMgrService.java
+++ b/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/service/adapter/impl/MultivimProxyAdapterMgrService.java
@@ -25,7 +25,6 @@ import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.Executors;
-import org.onap.vfc.nfvo.multivimproxy.service.adapter.inf.IMultivimProxyAdapterMgrService;
import org.onap.vfc.nfvo.multivimproxy.common.constant.Constant;
import org.onap.vfc.nfvo.multivimproxy.common.constant.HttpConstant;
import org.onap.vfc.nfvo.multivimproxy.common.constant.ParamConstant;