Author: jleroux
Date: Sun May 8 13:01:30 2011
New Revision: 1100729
URL:
http://svn.apache.org/viewvc?rev=1100729&view=revLog:
Fix the comment of the not-null attribute (field element)
Modified:
ofbiz/trunk/framework/entity/dtd/entitymodel.xsd
Modified: ofbiz/trunk/framework/entity/dtd/entitymodel.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/entitymodel.xsd?rev=1100729&r1=1100728&r2=1100729&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/dtd/entitymodel.xsd (original)
+++ ofbiz/trunk/framework/entity/dtd/entitymodel.xsd Sun May 8 13:01:30 2011
@@ -134,7 +134,7 @@ under the License.
This makes the field NOT NULL on the database (like primary key fields).
It's possible to use an id-ne similiar field type.
But rows can be added from outside of ofbiz (e.g. database manager, third party programm, etc).
- This patch uses the ability of a database to set not null constraints.
+ This uses the ability of a database to set not null constraints.
Defaults to false.
</xs:documentation>
</xs:annotation>