Skip to content

Commit ef84b91

Browse files
committed
style: use _ separator for big long literal
1 parent fdab988 commit ef84b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/alibaba/dcm/internal/TimeUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class TimeUtil {
1717
*/
1818
private static final long NANO_TIME_CHECK_POINT = System.nanoTime();
1919

20-
private static final long NS_PER_MS = 1000000;
20+
private static final long NS_PER_MS = 1_000_000;
2121

2222
/**
2323
* @see <a href="https://newbedev.com/how-can-i-convert-the-result-of-system-nanotime-to-a-date-in-java">

0 commit comments

Comments
 (0)