Update of /var/cvs/src/org/mmbase/core/event
In directory james.mmbase.org:/tmp/cvs-serv4865
Modified Files:
Event.java
Log Message:
javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/core/event
Index: Event.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/core/event/Event.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Event.java 1 Aug 2008 19:21:04 -0000 1.14
+++ Event.java 4 Sep 2008 20:59:06 -0000 1.15
@@ -15,7 +15,7 @@
*
* @author Ernst Bunders
* @since MMBase-1.8
- * @version $Id: Event.java,v 1.14 2008/08/01 19:21:04 michiel Exp $
+ * @version $Id: Event.java,v 1.15 2008/09/04 20:59:06 michiel Exp $
*/
public abstract class Event implements Serializable,
org.mmbase.util.PublicCloneable {
@@ -30,7 +30,7 @@
/**
* Every event originates from a certain machine, which is identified by a
String.
- * If this equals [EMAIL PROTECTED] MMBaseContext.getMachineName()} then
this is a local event.
+ * If this equals [EMAIL PROTECTED] MMBaseContext#getMachineName()} then
this is a local event.
*/
public String getMachine() {
return machine;
@@ -50,7 +50,7 @@
/**
* @param machine The machine name. If <code>null</code> the local machine
name is extracted from MMBase, using
- * [EMAIL PROTECTED] MMBase#getMachineName()}
+ * [EMAIL PROTECTED] MMBaseContext#getMachineName()}
*/
public Event(String machine, int type) {
this.machine = machine == null ?
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs