Author: arunpatidar Date: Sat Sep 17 10:36:35 2016 New Revision: 1761183 URL: http://svn.apache.org/viewvc?rev=1761183&view=rev Log: Fixed: Typo from previous commit rev:1761136. (OFBIZ-8135)
Thanks: Nicolas Malin for reporting. Modified: ofbiz/trunk/framework/common/servicedef/services_method.xml Modified: ofbiz/trunk/framework/common/servicedef/services_method.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_method.xml?rev=1761183&r1=1761182&r2=1761183&view=diff ============================================================================== --- ofbiz/trunk/framework/common/servicedef/services_method.xml (original) +++ ofbiz/trunk/framework/common/servicedef/services_method.xml Sat Sep 17 10:36:35 2016 @@ -39,7 +39,8 @@ under the License. <auto-attributes include="pk" mode="IN"/> </service> - <service name="createCustomMethodType" engine="entity-auto" invoke="create" default-entity-name="CustomMethodType" auth="true"+ <description>Create a Custom Method Type</description> + <service name="createCustomMethodType" engine="entity-auto" invoke="create" default-entity-name="CustomMethodType" auth="true"> + <description>Create a Custom Method Type</description> <auto-attributes include="pk" mode="INOUT" optional="true"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service>