Author: jleroux
Date: Wed Jun 24 14:37:03 2015
New Revision: 1687299
URL:
http://svn.apache.org/r1687299Log:
Fixes a typo
Modified:
ofbiz/trunk/framework/common/servicedef/services.xml
Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1687299&r1=1687298&r2=1687299&view=diff==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Wed Jun 24 14:37:03 2015
@@ -725,7 +725,7 @@ under the License.
<auto-attributes include="pk" mode="IN" optional="false"/>
</service>
<service name="deleteGeoAssoc" default-entity-name="GeoAssoc" engine="entity-auto" invoke="delete" auth="true">
- <description>Delete a Geo</description>
+ <description>Delete a GeoAssoc</description>
<permission-service service-name="commonGenericPermission" main-action="DELETE"/>
<auto-attributes include="pk" mode="IN" optional="false"/>
</service>