Format long constant for readability
This commit is contained in:
parent
45f2ceaf3c
commit
9903591670
|
@ -170,7 +170,7 @@ public class StopWatch {
|
||||||
abstract boolean isSuspended();
|
abstract boolean isSuspended();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final long NANO_2_MILLIS = 1000000L;
|
private static final long NANO_2_MILLIS = 1_000_000L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a StopWatch.
|
* Creates a StopWatch.
|
||||||
|
|
Loading…
Reference in New Issue