forked from D-Net/dnet-hadoop
removed not used field
This commit is contained in:
parent
452dbc68ec
commit
6af85fc542
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue