Update of /var/cvs/src/org/mmbase/core/event
In directory james.mmbase.org:/tmp/cvs-serv6122/event

Modified Files:
        EventBroker.java 
Log Message:
some adjustments because of change to PublicCloneable


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/core/event


Index: EventBroker.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/core/event/EventBroker.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- EventBroker.java    28 Jul 2008 13:04:24 -0000      1.5
+++ EventBroker.java    27 Aug 2008 17:09:40 -0000      1.6
@@ -20,7 +20,7 @@
  * that will be called to pass on the event is not part of this interface, as 
it
  * is specific for the kind of event you want to listen for. This is a contract
  * between the broker implementation and the event listerer interface.<br/>
- * This class dous most of the work of keeping references to all the listeners
+ * This class does most of the work of keeping references to all the listeners
  * and allowing for adding/removing them. Only a fiew type specific actions are
  * delegated to the super class.<br/> The EventListener also provides a method
  * for passing on constraint properties to a event broker. If you want to 
create
@@ -29,7 +29,7 @@
  *
  * @author Ernst Bunders
  * @since MMBase-1.8
- * @version $Id: EventBroker.java,v 1.5 2008/07/28 13:04:24 michiel Exp $
+ * @version $Id: EventBroker.java,v 1.6 2008/08/27 17:09:40 michiel Exp $
  */
 public abstract class EventBroker {
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to