aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-rest-healthcheck-adapter
diff options
context:
space:
mode:
authorTaka <tc012c@att.com>2018-01-18 11:51:47 -0500
committerPatrick Brady <pb071s@att.com>2018-01-18 21:20:50 +0000
commit1f254c086efdf6e9d451c4712a44bce0932c67ea (patch)
treef43d6acde0acccbe7f96bd4807671f3ca0253618 /appc-adapters/appc-rest-healthcheck-adapter
parent4764c0e887cbf3a72ef4f261fbd57d2b00786771 (diff)
fixed some Sonar critical issues
Change-Id: I9dfe73a45b43919ff7b01ab3217d957a40ac2018 Issue-ID: APPC-408 Signed-off-by: Taka <tc012c@att.com>
Diffstat (limited to 'appc-adapters/appc-rest-healthcheck-adapter')
-rw-r--r--appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivator.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivator.java b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivator.java
index 6dc413494..296ef6019 100644
--- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivator.java
+++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivator.java
@@ -24,11 +24,8 @@
*/
package org.onap.appc.adapter.restHealthcheck;
-import org.onap.appc.Constants;
import org.onap.appc.adapter.restHealthcheck.impl.RestHealthcheckAdapterImpl;
import org.onap.appc.configuration.Configuration;
-import org.onap.appc.configuration.ConfigurationFactory;
-import org.onap.appc.i18n.Msg;
import com.att.eelf.configuration.EELFLogger;
import com.att.eelf.configuration.EELFManager;
import org.osgi.framework.BundleActivator;
@@ -43,11 +40,6 @@ public class RestHealthcheckActivator implements BundleActivator {
private static final EELFLogger logger = EELFManager.getInstance().getLogger(RestHealthcheckActivator.class);
/**
- * The configuration object used to configure this bundle
- */
- private Configuration configuration;
-
- /**
* Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start
* this bundle. This method can be used to register services or to allocate any resources that this bundle needs.
* <p>