Whitespace

This commit is contained in:
Gary Gregory 2024-07-06 15:00:28 -04:00
parent db1def8a47
commit c2b9a51f8c
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class DateUtils {
throw new UnsupportedOperationException();
}
}
/**
* Calendar modification types.
*/
@ -127,11 +128,13 @@ public class DateUtils {
*/
CEILING
}
/**
* Number of milliseconds in a standard second.
* @since 2.1
*/
public static final long MILLIS_PER_SECOND = 1_000;
/**
* Number of milliseconds in a standard minute.
* @since 2.1