Skip to content

Commit

Permalink
Update TableDeviceLastCache.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Sep 3, 2024
1 parent 4fba6ec commit 430bcc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public TSDataType getDataType() {
Optional.of(new Pair<>(OptionalLong.empty(), null));
public static final TimeValuePair EMPTY_TIME_VALUE_PAIR =
new TimeValuePair(Long.MIN_VALUE, EMPTY_PRIMITIVE_TYPE);
public static final TimeValuePair PLACEHOLDER_TIME_VALUE_PAIR =
private static final TimeValuePair PLACEHOLDER_TIME_VALUE_PAIR =
new TimeValuePair(Long.MIN_VALUE, EMPTY_PRIMITIVE_TYPE);

// Time is seen as "" as a measurement
Expand Down

0 comments on commit 430bcc5

Please sign in to comment.