Skip to content

Commit

Permalink
Added book reference to singleton enum implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Nov 26, 2014
1 parent b73429c commit baf177a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singleton/src/main/java/com/iluwatar/EnumIvoryTower.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
/**
*
* Enum Singleton class.
* Effective Java 2nd Edition (Joshua Bloch) p. 18
*
*/
public enum EnumIvoryTower {

INSTANCE;

@Override
Expand Down

0 comments on commit baf177a

Please sign in to comment.