Format long constant for readability

This commit is contained in:
Gary Gregory 2024-09-04 11:04:04 -04:00
parent 45f2ceaf3c
commit 9903591670
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class StopWatch {
abstract boolean isSuspended();
}
private static final long NANO_2_MILLIS = 1000000L;
private static final long NANO_2_MILLIS = 1_000_000L;
/**
* Creates a StopWatch.