Skip to content

Commit ef94cf0

Browse files
authored
make TimestampRange Getter accessible (#97)
1 parent 2673415 commit ef94cf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/apache/skywalking/banyandb/v1/client/TimestampRange.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
package org.apache.skywalking.banyandb.v1.client;
2020

2121
import com.google.protobuf.Timestamp;
22-
import lombok.AccessLevel;
2322
import lombok.Getter;
2423
import lombok.RequiredArgsConstructor;
2524
import lombok.ToString;
@@ -28,7 +27,7 @@
2827
import org.apache.skywalking.banyandb.v1.client.util.TimeUtils;
2928

3029
@RequiredArgsConstructor
31-
@Getter(AccessLevel.PROTECTED)
30+
@Getter
3231
@ToString
3332
public class TimestampRange {
3433
static final BanyandbModel.TimeRange MAX_RANGE = BanyandbModel.TimeRange.newBuilder()

0 commit comments

Comments
 (0)