changeset 194:fc3bcf836c77

Add citation.
author Denis Lila <dlila@redhat.com>
date Thu, 31 Mar 2011 17:07:10 -0400
parents 955da8a90b33
children 43d21942eb2d
files ChangeLog plugin/icedteanp/java/sun/applet/PluginObjectStore.java
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 31 15:15:29 2011 -0400
+++ b/ChangeLog	Thu Mar 31 17:07:10 2011 -0400
@@ -1,3 +1,8 @@
+2011-03-31  Denis Lila  <dlila@redhat.com>
+
+	* plugin/icedteanp/java/sun/applet/PluginObjectStore.java:
+	Add citation of Effective Java, 2nd edition.
+
 2011-03-31  Denis Lila  <dlila@redhat.com>
 
 	* plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java
--- a/plugin/icedteanp/java/sun/applet/PluginObjectStore.java	Thu Mar 31 15:15:29 2011 -0400
+++ b/plugin/icedteanp/java/sun/applet/PluginObjectStore.java	Thu Mar 31 17:07:10 2011 -0400
@@ -40,7 +40,8 @@
 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;