From f602f93440893507068a2e4e76816bdcdb6a39ad Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 19 Dec 2017 17:33:02 -0600 Subject: Platform hardening for appc-metric Issue-ID: APPC-305 Change-Id: I4183e2a723fa50ff1398f584a77c1234d28e8340 Signed-off-by: Skip Wonnell --- .../src/main/java/org/onap/appc/metricservice/MetricService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-metric/appc-metric-bundle') 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 where String will be the name of the Metric Registry + * @return Map where String will be the name of the Metric Registry * and MetricRegistry will be the actual object for that Registry */ Map getAllRegistry(); -- cgit 1.2.3-korg