Skip to content

Commit ee28344

Browse files
committed
Change access modifier of Delay#getExpireAt to public
1 parent 8a67f8d commit ee28344

File tree

1 file changed

+1
-1
lines changed
  • eternalcode-commons-shared/src/main/java/com/eternalcode/commons/delay

1 file changed

+1
-1
lines changed

eternalcode-commons-shared/src/main/java/com/eternalcode/commons/delay/Delay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public Duration getRemaining(T key) {
6363
}
6464

6565
@Nullable
66-
private Instant getExpireAt(T key) {
66+
public Instant getExpireAt(T key) {
6767
return this.cache.getIfPresent(key);
6868
}
6969

0 commit comments

Comments
 (0)