Whitespace
This commit is contained in:
parent
db1def8a47
commit
c2b9a51f8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue