From c3d7eca15c52447561336dcf088a0bc80f910bde Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 23 Jan 2020 11:43:51 +0100
Subject: [PATCH] STY: formatting

---
 src/main/java/caosdb/datetime/UTCDateTime.java | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/java/caosdb/datetime/UTCDateTime.java b/src/main/java/caosdb/datetime/UTCDateTime.java
index 57176cce..72a55faa 100644
--- a/src/main/java/caosdb/datetime/UTCDateTime.java
+++ b/src/main/java/caosdb/datetime/UTCDateTime.java
@@ -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
-- 
GitLab