Skip to content

Commit da4caa2

Browse files
author
胡贵
committed
sth
1 parent 7821249 commit da4caa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lts-core/src/main/java/com/lts/core/support/SystemClock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private SystemClock(long period) {
2424
}
2525

2626
private static class InstanceHolder {
27-
public static SystemClock INSTANCE = new SystemClock(1);
27+
public static final SystemClock INSTANCE = new SystemClock(1);
2828
}
2929

3030
public static SystemClock instance() {

0 commit comments

Comments
 (0)