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