Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv6153/core
Modified Files:
MMObjectNode.java
Log Message:
javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/core
Index: MMObjectNode.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/core/MMObjectNode.java,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -b -r1.224 -r1.225
--- MMObjectNode.java 28 Jul 2008 16:11:32 -0000 1.224
+++ MMObjectNode.java 23 Aug 2008 18:58:31 -0000 1.225
@@ -38,7 +38,7 @@
* @author Eduard Witteveen
* @author Michiel Meeuwissen
* @author Ernst Bunders
- * @version $Id: MMObjectNode.java,v 1.224 2008/07/28 16:11:32 michiel Exp $
+ * @version $Id: MMObjectNode.java,v 1.225 2008/08/23 18:58:31 michiel Exp $
*/
public class MMObjectNode implements org.mmbase.util.SizeMeasurable,
java.io.Serializable { // Comparable<MMObjectNode> {
@@ -54,7 +54,7 @@
/**
* Map which stores the current database value for fields when
- * then change in the node.
+ * they change in the node.
* it can be used to optimise cacheing
* @since MMBase-1.8
*/
@@ -103,7 +103,7 @@
/**
* Pointer to the actual builder to which this node belongs.
- * This value is initialised through the first call to [EMAIL PROTECTED]
#getBuilder}
+ * This value is initialised by the first call to [EMAIL PROTECTED]
#getBuilder}
*/
private MMObjectBuilder builder = null;
@@ -125,6 +125,10 @@
private String newContext = null;
+ /**
+ * Just a counter to keep track of the number of instances of MMObjectNode
that are produced in
+ * this mmbase
+ */
private static long seq = 0;
public long sequence = seq++;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs