#12 Added private constructor to ThreadSafeLazyLoadedIvoryTower.
This commit is contained in:
@ -9,6 +9,9 @@ public class ThreadSafeLazyLoadedIvoryTower {
|
||||
|
||||
private static ThreadSafeLazyLoadedIvoryTower instance = null;
|
||||
|
||||
private ThreadSafeLazyLoadedIvoryTower() {
|
||||
}
|
||||
|
||||
public synchronized static ThreadSafeLazyLoadedIvoryTower getInstance() {
|
||||
/*
|
||||
* The instance gets created only when it is called for first time.
|
||||
|
Reference in New Issue
Block a user