You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/11/06 08:13:41 UTC

svn commit: r1768290 - /ofbiz/trunk/framework/common/servicedef/services.xml

Author: deepak
Date: Sun Nov  6 08:13:41 2016
New Revision: 1768290

URL: http://svn.apache.org/viewvc?rev=1768290&view=rev
Log:
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"