mirror of https://github.com/apache/druid.git
remove unneeded constant
This commit is contained in:
parent
47f5c1bd0a
commit
c88aff6205
|
@ -28,7 +28,6 @@ import org.joda.time.DateTime;
|
|||
public class Result<T> implements Comparable<Result<T>>
|
||||
{
|
||||
public static String MISSING_SEGMENTS_KEY = "missingSegments";
|
||||
public static String MISSING_INTERVALS_KEY = "missingIntervals";
|
||||
|
||||
private final DateTime timestamp;
|
||||
private final T value;
|
||||
|
|
Loading…
Reference in New Issue