/hg/icedtea-web: Add citation.

dlila at icedtea.classpath.org dlila at icedtea.classpath.org
Thu Mar 31 14:03:20 PDT 2011


changeset fc3bcf836c77 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=fc3bcf836c77
author: Denis Lila <dlila at redhat.com>
date: Thu Mar 31 17:07:10 2011 -0400

	Add citation.


diffstat:

 ChangeLog                                               |  5 +++++
 plugin/icedteanp/java/sun/applet/PluginObjectStore.java |  3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 955da8a90b33 -r fc3bcf836c77 ChangeLog
--- 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 at redhat.com>
+
+	* plugin/icedteanp/java/sun/applet/PluginObjectStore.java:
+	Add citation of Effective Java, 2nd edition.
+
 2011-03-31  Denis Lila  <dlila at redhat.com>
 
 	* plugin/icedteanp/java/sun/applet/PluginAppletSecurityContext.java
diff -r 955da8a90b33 -r fc3bcf836c77 plugin/icedteanp/java/sun/applet/PluginObjectStore.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;
 



More information about the distro-pkg-dev mailing list