Remove extra space
This commit is contained in:
parent
eb75773891
commit
f16ae08bdf
@ -38,7 +38,7 @@ public final class ThreadSafeLazyLoadedIvoryTower {
|
|||||||
/**
|
/**
|
||||||
* The instance gets created only when it is called for first time. Lazy-loading
|
* The instance gets created only when it is called for first time. Lazy-loading
|
||||||
*/
|
*/
|
||||||
public static synchronized ThreadSafeLazyLoadedIvoryTower getInstance() {
|
public static synchronized ThreadSafeLazyLoadedIvoryTower getInstance() {
|
||||||
|
|
||||||
if (instance == null) {
|
if (instance == null) {
|
||||||
instance = new ThreadSafeLazyLoadedIvoryTower();
|
instance = new ThreadSafeLazyLoadedIvoryTower();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user