Skip to content

Commit 11a89f8

Browse files
committed
move the SO question URL
1 parent 16ac983 commit 11a89f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

singleton/src/main/java/com/iluwatar/App.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Singleton pattern ensures that the class (IvoryTower) can have only one
66
* existing instance and provides global access to that instance.
77
*
8+
* http://stackoverflow.com/questions/70689/what-is-an-efficient-way-to-implement-a-singleton-pattern-in-java
9+
*
810
*/
911
public class App {
1012

singleton/src/main/java/com/iluwatar/EnumIvoryTower.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/**
44
*
55
* Enum Singleton class.
6-
* http://stackoverflow.com/questions/70689/what-is-an-efficient-way-to-implement-a-singleton-pattern-in-java
76
*
87
*/
98
public enum EnumIvoryTower {

0 commit comments

Comments
 (0)