summaryrefslogtreecommitdiffstats
path: root/appc-metric
diff options
context:
space:
mode:
authorSandeep J <sandeejh@in.ibm.com>2018-08-24 16:31:05 +0530
committerTakamune Cho <tc012c@att.com>2018-08-29 12:39:30 +0000
commit94130da63b03946ff3aee7911ed823bc7885b089 (patch)
tree8302853471d070b259a4b7aacfc3979542a25811 /appc-metric
parent26e6e36b31017efcb8b3bf38f126ce47412b78f5 (diff)
resolved SONAR issue in MetricActivator.java
resolved SONAR issue Issue-ID: APPC-1163 Change-Id: I1d91fbebb938480f5470055768d9cff9e5902a57 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Diffstat (limited to 'appc-metric')
-rw-r--r--appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/MetricActivator.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/MetricActivator.java b/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/MetricActivator.java
index 12431d813..2e1958fa4 100644
--- a/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/MetricActivator.java
+++ b/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/MetricActivator.java
@@ -6,6 +6,8 @@
* ================================================================================
* Copyright (C) 2017 Amdocs
* =============================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * =============================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -50,6 +52,6 @@ public class MetricActivator implements BundleActivator {
@Override
public void stop(BundleContext bundleContext) throws Exception {
-
+ //does nothing
}
}