Author: deepak
Date: Sun Nov 6 08:13:41 2016
New Revision: 1768290
URL:
http://svn.apache.org/viewvc?rev=1768290&view=revLog:
Fixed: Fixed typo in getServerTimestamp out paramter type.
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=1768290&r1=1768289&r2=1768290&view=diff==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Sun Nov 6 08:13:41 2016
@@ -788,7 +788,7 @@ under the License.
<service name="getServerTimestamp" engine="simple" auth="false"
location="component://common/minilang/CommonServices.xml" invoke="getServerTimestamp">
- <attribute name="serverTimestamp" mode="OUT" type="TimeStamp"/>
+ <attribute name="serverTimestamp" mode="OUT" type="Timestamp"/>
</service>
<service name="getServerTimeZone" engine="simple" auth="false"