Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv2701

Modified Files:
        Node.java 
Log Message:
To fix MMB-1794 correctly, we need to know when which node is commited


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
See also: http://www.mmbase.org/jira/browse/MMB-1794


Index: Node.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Node.java,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- Node.java   11 Feb 2009 10:44:09 -0000      1.82
+++ Node.java   23 Mar 2009 17:42:11 -0000      1.83
@@ -21,11 +21,18 @@
  *
  * @author Rob Vermeulen
  * @author Pierre van Rooden
- * @version $Id: Node.java,v 1.82 2009/02/11 10:44:09 michiel Exp $
+ * @version $Id: Node.java,v 1.83 2009/03/23 17:42:11 michiel Exp $
  */
 public interface Node extends Comparable<Node> {
 
     /**
+     * During commit of the node, this property of the cloud, should contain 
the node number of the
+     * node
+     * @since MMBase-1.9.1
+     */
+    public static String CLOUD_COMMITNODE_KEY = "org.mmbase.cloud.commit_node";
+
+    /**
      * Returns the cloud this node belongs to.
      * @return the Cloud
      */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to