Author: jleroux
Date: Thu Jan 7 12:21:32 2010
New Revision: 896859
URL:
http://svn.apache.org/viewvc?rev=896859&view=revLog:
Typo in comment
Modified:
ofbiz/trunk/applications/content/servicedef/services_commevent.xml
Modified: ofbiz/trunk/applications/content/servicedef/services_commevent.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_commevent.xml?rev=896859&r1=896858&r2=896859&view=diff==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_commevent.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_commevent.xml Thu Jan 7 12:21:32 2010
@@ -27,7 +27,7 @@
This service must do two things:
First, call persistContentAndAssoc service to create the Content, DataResource and ImageDataResource/ElectronicText/??? entities.
- Note that is will not create a ContentAssoc entity, which persistContentAndAssoc can do.
+ Note that it will not create a ContentAssoc entity, which persistContentAndAssoc can do.
It should be able to auto populate the service parameters for persistContentAndAssoc from this service's input parameters
using ModelService.makeValid (or the simple method equivalent).
persistContentAndAssoc will return contentId.