Fix checkstyle error
This commit is contained in:
parent
92ecd63ccf
commit
0f751d40cb
@ -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() {
|
||||
if (instance == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user