diff options
author | Denis Lila <[email protected]> | 2011-03-31 17:07:10 -0400 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-03-31 17:07:10 -0400 |
commit | 4f975da3a88b9ed4661519216396ab8eb7872d75 (patch) | |
tree | d2bf226c6a841b50a1a0a8789a7209db3d84c810 /plugin/icedteanp/java/sun | |
parent | 5f5e4e60cbd14b87dfdba9206faa3843da33097d (diff) |
Add citation.
Diffstat (limited to 'plugin/icedteanp/java/sun')
-rw-r--r-- | plugin/icedteanp/java/sun/applet/PluginObjectStore.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginObjectStore.java b/plugin/icedteanp/java/sun/applet/PluginObjectStore.java index 07a94e5..b06f7ad 100644 --- a/plugin/icedteanp/java/sun/applet/PluginObjectStore.java +++ b/plugin/icedteanp/java/sun/applet/PluginObjectStore.java @@ -40,7 +40,8 @@ package sun.applet; import java.util.HashMap; import java.util.Map; -// Enums are the best way to implement singletons. +// Enums are the best way to implement singletons: +// Bloch, Joshua. Effective Java, 2nd Edition. Item 3, Chapter 2. ISBN: 0-321-35668-3. enum PluginObjectStore { INSTANCE; |