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

Modified Files:
        MMObjectNode.java 
Log Message:
added some 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.220
retrieving revision 1.221
diff -u -b -r1.220 -r1.221
--- MMObjectNode.java   13 Jun 2008 10:47:22 -0000      1.220
+++ MMObjectNode.java   30 Jun 2008 08:29:33 -0000      1.221
@@ -40,7 +40,7 @@
  * @author Eduard Witteveen
  * @author Michiel Meeuwissen
  * @author Ernst Bunders
- * @version $Id: MMObjectNode.java,v 1.220 2008/06/13 10:47:22 michiel Exp $
+ * @version $Id: MMObjectNode.java,v 1.221 2008/06/30 08:29:33 michiel Exp $
  */
 
 public class MMObjectNode implements org.mmbase.util.SizeMeasurable, 
java.io.Serializable  {
@@ -1155,6 +1155,11 @@
         }
     }
 
+    /**
+     * Returns an (unmodifiable) map representing all key/values present in 
this node.
+     * This can be modified by other users of this object though. You'll need 
to synchronize on it,
+     * when iterating (see [EMAIL PROTECTED] 
java.util.Collections#synchronizedMap}).
+     */
     public Map<String, Object> getValues() {
         return  Collections.unmodifiableMap(values);
     }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to