Changeset 11100 in josm for trunk/src/org/openstreetmap/josm/tools/Utils.java
- Timestamp:
- 2016-10-08T03:02:51+02:00 (10 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/tools/Utils.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r11056 r11100 80 80 81 81 private static final int MILLIS_OF_SECOND = 1000; 82 private static final int MILLIS_OF_MINUTE = 60000; 83 private static final int MILLIS_OF_HOUR = 3 600000;84 private static final int MILLIS_OF_DAY = 86 400000;82 private static final int MILLIS_OF_MINUTE = 60_000; 83 private static final int MILLIS_OF_HOUR = 3_600_000; 84 private static final int MILLIS_OF_DAY = 86_400_000; 85 85 86 86 /**
Note:
See TracChangeset
for help on using the changeset viewer.
