summaryrefslogtreecommitdiffstats
path: root/appc-provider/appc-provider-bundle/src/main
diff options
context:
space:
mode:
authorJoss Armstrong <joss.armstrong@ericsson.com>2019-02-28 07:38:46 +0000
committerTakamune Cho <takamune.cho@att.com>2019-02-28 20:43:19 +0000
commit15e930973a9de66dda48afa639b31188061f9bd1 (patch)
tree5da8a2365858f4b5b7edbaed70a80a23d7cf4689 /appc-provider/appc-provider-bundle/src/main
parentae2f3f4355508fc1550f9e4741b70aaf719f3a01 (diff)
Test coverage in AppcProviderLcm
Increased coverage from 74% to 100% Fixed Sonar major issue for branch coverage Issue-ID: APPC-1509 Change-Id: I8d487b295af7930dfcf917970f9806ac37023853 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
Diffstat (limited to 'appc-provider/appc-provider-bundle/src/main')
-rw-r--r--appc-provider/appc-provider-bundle/src/main/java/org/onap/appc/provider/AppcProviderLcm.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-provider/appc-provider-bundle/src/main/java/org/onap/appc/provider/AppcProviderLcm.java b/appc-provider/appc-provider-bundle/src/main/java/org/onap/appc/provider/AppcProviderLcm.java
index cd5576b0f..b6641953c 100644
--- a/appc-provider/appc-provider-bundle/src/main/java/org/onap/appc/provider/AppcProviderLcm.java
+++ b/appc-provider/appc-provider-bundle/src/main/java/org/onap/appc/provider/AppcProviderLcm.java
@@ -7,6 +7,8 @@
* Copyright (C) 2017 Amdocs
* ================================================================================
* Modifications Copyright (C) 2018 Orange
+ * ================================================================================
+ * Modifications Copyright (C) 2019 Ericsson
* =============================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -112,7 +114,6 @@ public class AppcProviderLcm extends AbstractBaseUtils implements AutoCloseable,
if (this.rpcRegistry != null) {
rpcRegistration = rpcRegistry.addRpcImplementation(AppcProviderLcmService.class, this);
}
-
logger.info(Msg.COMPONENT_INITIALIZED, appName, "provider");
}