resolved SONAR issue in MetricActivator.java
[appc.git] / appc-metric / appc-metric-bundle / src / main / java / org / onap / appc / MetricActivator.java
index 12431d8..2e1958f 100644 (file)
@@ -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
     }
 }