From 0e80385258d4f1ad80f1f76a8dab186f931b0f05 Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Wed, 6 Jul 2022 11:33:39 +0300 Subject: [PATCH] fixed typo --- .../java/eu/dnetlib/dhp/monitor/model/AggregationMetric.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhp-common/src/main/java/eu/dnetlib/dhp/monitor/model/AggregationMetric.java b/dhp-common/src/main/java/eu/dnetlib/dhp/monitor/model/AggregationMetric.java index 57b74c257..1fc8e7bf8 100644 --- a/dhp-common/src/main/java/eu/dnetlib/dhp/monitor/model/AggregationMetric.java +++ b/dhp-common/src/main/java/eu/dnetlib/dhp/monitor/model/AggregationMetric.java @@ -201,7 +201,7 @@ public class AggregationMetric extends Metric { labels.add(new MetricLabel(MonitorConstant.DATASOURCE_NAME_LABEL_NAME, datasourceName)); if(StringUtils.isBlank(datasourceId)) - throw new MonitorException("Datasource Identfifier should be not blank please set using 'withDatasourceId' function "); + throw new MonitorException("Datasource Identifier should be not blank please set using 'withDatasourceId' function "); labels.add(new MetricLabel(MonitorConstant.DATASOURCE_ID_LABEL_NAME, datasourceId)); if(StringUtils.isBlank(api))