mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 22:58:36 +00:00
#12 Added private constructor to ThreadSafeLazyLoadedIvoryTower.
This commit is contained in:
@@ -8,6 +8,9 @@ package com.iluwatar;
|
||||
public class ThreadSafeLazyLoadedIvoryTower {
|
||||
|
||||
private static ThreadSafeLazyLoadedIvoryTower instance = null;
|
||||
|
||||
private ThreadSafeLazyLoadedIvoryTower() {
|
||||
}
|
||||
|
||||
public synchronized static ThreadSafeLazyLoadedIvoryTower getInstance() {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user