|
|
|
@ -6,7 +6,7 @@ package com.jayway.jsonpath.internal.function.numeric;
|
|
|
|
|
* Created by mattg on 6/26/15. |
|
|
|
|
*/ |
|
|
|
|
public class Max extends AbstractAggregation { |
|
|
|
|
private Double max = Double.MIN_VALUE; |
|
|
|
|
private Double max = -1*Double.MAX_VALUE; |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
protected void next(Number value) { |
|
|
|
|