Fix checkstyle error

This commit is contained in:
Ilkka Seppälä 2020-06-14 17:36:26 +03:00
parent 92ecd63ccf
commit 0f751d40cb

View File

@ -42,7 +42,7 @@ public final class ThreadSafeLazyLoadedIvoryTower {
} }
/** /**
* The instance doesn't get created until the method is called for the first time * The instance doesn't get created until the method is called for the first time.
*/ */
public static synchronized ThreadSafeLazyLoadedIvoryTower getInstance() { public static synchronized ThreadSafeLazyLoadedIvoryTower getInstance() {
if (instance == null) { if (instance == null) {