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

Modified Files:
        DataTypeField.java NodeMap.java 
Log Message:
javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge/util


Index: DataTypeField.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/util/DataTypeField.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- DataTypeField.java  22 Dec 2008 14:53:52 -0000      1.11
+++ DataTypeField.java  29 Apr 2009 07:39:07 -0000      1.12
@@ -20,14 +20,14 @@
 /**
  * Wraps a DataType object into a (virtual) Field object. It can be 
instantiated with {...@link
  * #DataTypeField(Cloud, DataType)} to have a 'virtual field with a Virtual 
NodeManager with only one field
- * (itself). The constructor {...@link DataTypeField(Field, DataType)}, 
produces a new field object,
+ * (itself). The constructor {...@link #DataTypeField(Field, DataType)}, 
produces a new field object,
  * that is very similar to the one wrapped, only with a different {...@link 
DataType}.
  *
  * This also a way to associate a Cloud object with a DataType (it is actually 
possible to see that
  * as the essence of being a {...@link org.mmbase.bridge.Field}).
  *
  * @author  Michiel Meeuwissen
- * @version $Id: DataTypeField.java,v 1.11 2008/12/22 14:53:52 michiel Exp $
+ * @version $Id: DataTypeField.java,v 1.12 2009/04/29 07:39:07 michiel Exp $
  * @since   MMBase-1.8.7
  */
 


Index: NodeMap.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/util/NodeMap.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- NodeMap.java        4 Sep 2008 06:54:27 -0000       1.5
+++ NodeMap.java        29 Apr 2009 07:39:07 -0000      1.6
@@ -15,13 +15,13 @@
 import org.mmbase.bridge.*;
 
 /**
- * A {...@link java.util.Map} representing a Node. This class can be used if 
you need a bridge {...@org.mmbase.bridge.node} object to look like a
+ * A {...@link java.util.Map} representing a Node. This class can be used if 
you need a bridge {...@link org.mmbase.bridge.Node} object to look like a
  * {...@link java.util.Map} (where the keys are the fields). Don't confuse 
this with {...@link MapNode}.
  *
  * This object is also still a Node object.
  *
  * @author  Michiel Meeuwissen
- * @version $Id: NodeMap.java,v 1.5 2008/09/04 06:54:27 michiel Exp $
+ * @version $Id: NodeMap.java,v 1.6 2009/04/29 07:39:07 michiel Exp $
  * @since   MMBase-1.8
  */
 
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to