revert last commit

This commit is contained in:
Fangjin Yang 2012-12-12 16:09:07 -08:00
parent 6828ad10d4
commit 4bc721f3b3
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ import java.util.Map;
public class TimeBoundaryQuery extends BaseQuery<Result<TimeBoundaryResultValue>>
{
public static final Interval MY_Y2K_INTERVAL = new Interval(
new DateTime(Integer.MIN_VALUE),
new DateTime(Integer.MAX_VALUE)
new DateTime(Long.MIN_VALUE),
new DateTime(Long.MAX_VALUE)
);
public static final String MAX_TIME = "maxTime";
public static final String MIN_TIME = "minTime";