diff options
Diffstat (limited to 'appc-metric/appc-metric-bundle')
-rw-r--r-- | appc-metric/appc-metric-bundle/src/main/java/org/onap/appc/metricservice/MetricService.java | 2 |
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(); |