aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-03-31 17:07:10 -0400
committerDenis Lila <[email protected]>2011-03-31 17:07:10 -0400
commit4f975da3a88b9ed4661519216396ab8eb7872d75 (patch)
treed2bf226c6a841b50a1a0a8789a7209db3d84c810 /plugin/icedteanp/java/sun
parent5f5e4e60cbd14b87dfdba9206faa3843da33097d (diff)
Add citation.
Diffstat (limited to 'plugin/icedteanp/java/sun')
-rw-r--r--plugin/icedteanp/java/sun/applet/PluginObjectStore.java3
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;