Revision: 1005
Author: allain.lalo...@gmail.com
Date: Thu Apr 15 19:04:33 2010
Log: Fixing Issue 136. PNotificationCenter is being made final so that subclasses can't create multiple instances of it
http://code.google.com/p/piccolo2d/source/detail?r=1005

Modified:
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/event/PNotificationCenter.java

=======================================
--- /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/event/PNotificationCenter.java Mon Jan 18 16:07:38 2010 +++ /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/event/PNotificationCenter.java Thu Apr 15 19:04:33 2010
@@ -61,7 +61,7 @@
  *
  * @author Jesse Grosjean
  */
-public class PNotificationCenter {
+public final class PNotificationCenter {
     /** Used as a place holder for null names or objects. */
     public static final Object NULL_MARKER = new Object();

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to