summaryrefslogtreecommitdiffstats
path: root/appc-metric/appc-metric-bundle/src
diff options
context:
space:
mode:
authorSkip Wonnell <skip@att.com>2017-12-19 17:33:02 -0600
committerSkip Wonnell <skip@att.com>2017-12-21 14:41:01 +0000
commitf602f93440893507068a2e4e76816bdcdb6a39ad (patch)
treedabec11c1f5fc000d6100add010a4453c58fc91b /appc-metric/appc-metric-bundle/src
parent77bf19889ff24aba360c5b457ca47b6d74f48e11 (diff)
Platform hardening for appc-metric
Issue-ID: APPC-305 Change-Id: I4183e2a723fa50ff1398f584a77c1234d28e8340 Signed-off-by: Skip Wonnell <skip@att.com>
Diffstat (limited to 'appc-metric/appc-metric-bundle/src')
-rw-r--r--appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/metricservice/MetricService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/metricservice/MetricService.java b/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/metricservice/MetricService.java
index 65ff72d97..bf423eeb9 100644
--- a/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/metricservice/MetricService.java
+++ b/appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/metricservice/MetricService.java
@@ -34,7 +34,7 @@ public interface MetricService {
/**
* This API will be used to get the Map of all the registered Registry for the Metric Service
- * @return Map<String,MetricRegistry> where String will be the name of the Metric Registry
+ * @return Map<String,MetricRegistry> where String will be the name of the Metric Registry
* and MetricRegistry will be the actual object for that Registry
*/
Map<String,MetricRegistry> getAllRegistry();