made mvn compliant and also fixed issue sin scala resource template

This commit is contained in:
rpidikiti 2012-02-24 11:58:17 -08:00
parent edf0be71f8
commit fe70dead59

View File

@ -109,7 +109,7 @@ $if(method.hasResponseValue)$
$if(method.postObject)$ $if(method.postObject)$
val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, postData, headerParams) val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, postData, headerParams)
$else$ $else$
val response = apiInvoker.getApiInvoker.invokeAPI(resourcePath, method, queryParams, null, headerParams) val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, null, headerParams)
$endif$ $endif$
$else$ $else$
$if(method.postObject)$ $if(method.postObject)$