You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/06/09 12:23:54 UTC

svn commit: r664671 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Author: lektran
Date: Mon Jun  9 03:23:54 2008
New Revision: 664671

URL: http://svn.apache.org/viewvc?rev=664671&view=rev
Log:
Minor documentation change

Modified:
    ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?rev=664671&r1=664670&r2=664671&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Mon Jun  9 03:23:54 2008
@@ -1791,7 +1791,7 @@
     <xs:element name="clear-field" substitutionGroup="EnvOperations">
         <xs:annotation>
             <xs:documentation>
-                The clear-field tag clears/removes the specified field.
+                Sets the value of the specified field to null.
             </xs:documentation>
         </xs:annotation>        
         <xs:complexType>