removed not used field

This commit is contained in:
Sandro La Bruzzo 2022-05-11 11:13:11 +02:00
parent 452dbc68ec
commit 6af85fc542
1 changed files with 1 additions and 5 deletions

View File

@ -72,7 +72,7 @@ public class AggregationMetric extends Metric <Long> {
/** /**
* The Aggregation builder is a builder class usefull to create Aggregation metrics. * The Aggregation builder is a builder class utility to create Aggregation metrics.
*/ */
public static class AggregationBuilder { public static class AggregationBuilder {
@ -86,10 +86,6 @@ public class AggregationMetric extends Metric <Long> {
private String api; private String api;
private String date;
private Long total;
/** /**
* Creates aggregation builder already set the metric type of aggregation collection. * Creates aggregation builder already set the metric type of aggregation collection.