Author: michiel
Date: 2009-11-18 22:43:26 +0100 (Wed, 18 Nov 2009)
New Revision: 39793

Modified:
   mmbase/trunk/core/src/main/java/org/mmbase/bridge/NodeManager.java
Log:
javadoc

Modified: mmbase/trunk/core/src/main/java/org/mmbase/bridge/NodeManager.java
===================================================================
--- mmbase/trunk/core/src/main/java/org/mmbase/bridge/NodeManager.java  
2009-11-18 21:43:06 UTC (rev 39792)
+++ mmbase/trunk/core/src/main/java/org/mmbase/bridge/NodeManager.java  
2009-11-18 21:43:26 UTC (rev 39793)
@@ -21,13 +21,13 @@
  * legacy -  referred to as 'builder'.</p>
  *
  * <p>It contains all the field and attribute information, as well as GUI data 
for editors and
- * some information on derived and deriving types. It also contains some 
maintenance code - code
+ * some information on {...@link #getDescendants derived} and {...@link 
#getParent deriving} types. It also contains some maintenance code - code
  * to create new nodes, and code to query objects belonging to the same 
manager.</p>
  *
- * <p> Node types are normally maintained through use of config files (and not 
in the database), in so
+ * <p> Node types are normally maintained using config files (and not in the 
database), in so
  * called 'builder xmls'.</p>
  *
-  <p>* A NodeManager does however extend {...@link Node}, because an entry for 
each node manager is stored
+  <p>A NodeManager does however extend {...@link Node}, because an entry for 
each node manager is stored
  * in the 'typedef' NodeManager. The number {...@link Node#getNumber} of the 
NodeManager is the 'otype'
  * field of the Nodes of that type.</p>
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to