move the SO question URL

This commit is contained in:
alwayswithme 2014-11-26 09:15:40 +08:00
parent 16ac983053
commit 11a89f85a8
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@ package com.iluwatar;
* Singleton pattern ensures that the class (IvoryTower) can have only one
* existing instance and provides global access to that instance.
*
* http://stackoverflow.com/questions/70689/what-is-an-efficient-way-to-implement-a-singleton-pattern-in-java
*
*/
public class App {

View File

@ -3,7 +3,6 @@ package com.iluwatar;
/**
*
* Enum Singleton class.
* http://stackoverflow.com/questions/70689/what-is-an-efficient-way-to-implement-a-singleton-pattern-in-java
*
*/
public enum EnumIvoryTower {