Skip to content
Snippets Groups Projects
Verified Commit c3d7eca1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: formatting

parent e1a07dac
No related branches found
No related tags found
No related merge requests found
......@@ -162,11 +162,13 @@ public class UTCDateTime implements Interval {
addLeapSecond(gc.getTimeInMillis() / 1000);
}
/**
* Initialize the container with known leap seconds. This container has to be updated according to future changes of leap seconds.
*
* Currently all leap seconds between 1972 and 2019 are registered here, with the most recent leap second being added for December 2016.
*/
/**
* Initialize the container with known leap seconds. This container has to be updated according to
* future changes of leap seconds.
*
* <p>Currently all leap seconds between 1972 and 2019 are registered here, with the most recent
* leap second being added for December 2016.
*/
private static void initLeapSeconds() {
// june 1972
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment