mirror of https://github.com/apache/druid.git
Fix FilteredAggregatorFactory toString formatting. (#3657)
This commit is contained in:
parent
2c504b6258
commit
8b3c86f41f
|
@ -174,7 +174,7 @@ public class FilteredAggregatorFactory extends AggregatorFactory
|
||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
return "FilteredAggregatorFactory{" +
|
return "FilteredAggregatorFactory{" +
|
||||||
", delegate=" + delegate +
|
"delegate=" + delegate +
|
||||||
", filter=" + filter +
|
", filter=" + filter +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue