Author: andre
Date: 2010-02-08 09:52:39 +0100 (Mon, 08 Feb 2010)
New Revision: 40884

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


Modified: mmbase/trunk/core/src/main/java/org/mmbase/bridge/Node.java
===================================================================
--- mmbase/trunk/core/src/main/java/org/mmbase/bridge/Node.java 2010-02-08 
08:43:35 UTC (rev 40883)
+++ mmbase/trunk/core/src/main/java/org/mmbase/bridge/Node.java 2010-02-08 
08:52:39 UTC (rev 40884)
@@ -559,7 +559,7 @@
      * This action fails if the current node is not in edit mode.
      * If the node is in a transaction, nothing happens - actual committing 
occurs through the transaction.
      * @throws BridgeException
-     * @throws IllegalArgumentException If certain value of the node are 
invalid according to their data type.
+     * @throws IllegalArgumentException If a certain value of the node is 
invalid according to it's data type.
      */
     void commit();
 
@@ -571,7 +571,7 @@
     void cancel();
 
     /**
-     * Removes the Node. Throws an exception if still has relations. Like 
delete(false).
+     * Removes the Node. Throws an exception if it still has relations. Like 
delete(false).
      */
     void delete();
 

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

Reply via email to