Author: lektran
Date: Thu Nov 12 09:46:34 2009
New Revision: 835314
URL:
http://svn.apache.org/viewvc?rev=835314&view=revLog:
Fixed incorrect package name, reported by Jeremy Wickersheimer in OFBIZ-3163
Modified:
ofbiz/trunk/applications/content/servicedef/services_content.xml
Modified: ofbiz/trunk/applications/content/servicedef/services_content.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_content.xml?rev=835314&r1=835313&r2=835314&view=diff==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_content.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_content.xml Thu Nov 12 09:46:34 2009
@@ -203,7 +203,7 @@
<attribute mode="IN" name="targetOperationList" optional="true" type="List"/>
<attribute mode="IN" name="contentPurposeList" optional="true" type="List"/>
<attribute mode="INOUT" name="roleTypeList" optional="true" type="List"/>
- <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/>
+ <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/>
<attribute mode="IN" name="contentIdTo" optional="true" type="String"/>
<attribute mode="IN" name="contentIdFrom" optional="true" type="String"/>
<attribute mode="IN" name="fromDate" optional="true" type="String"/>