We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdab988 commit ef84b91Copy full SHA for ef84b91
library/src/main/java/com/alibaba/dcm/internal/TimeUtil.java
@@ -17,7 +17,7 @@ final class TimeUtil {
17
*/
18
private static final long NANO_TIME_CHECK_POINT = System.nanoTime();
19
20
- private static final long NS_PER_MS = 1000000;
+ private static final long NS_PER_MS = 1_000_000;
21
22
/**
23
* @see <a href="https://newbedev.com/how-can-i-convert-the-result-of-system-nanotime-to-a-date-in-java">
0 commit comments