Fix checkstyle error
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user