We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac983 commit 11a89f8Copy full SHA for 11a89f8
singleton/src/main/java/com/iluwatar/App.java
@@ -5,6 +5,8 @@
5
* Singleton pattern ensures that the class (IvoryTower) can have only one
6
* existing instance and provides global access to that instance.
7
*
8
+ * http://stackoverflow.com/questions/70689/what-is-an-efficient-way-to-implement-a-singleton-pattern-in-java
9
+ *
10
*/
11
public class App {
12
singleton/src/main/java/com/iluwatar/EnumIvoryTower.java
@@ -3,7 +3,6 @@
3
/**
4
* Enum Singleton class.
- * http://stackoverflow.com/questions/70689/what-is-an-efficient-way-to-implement-a-singleton-pattern-in-java
public enum EnumIvoryTower {
0 commit comments