Fix the docker build error for vfc-nfvo-wfengine
[vfc/nfvo/wfengine.git] / wfenginemgrservice / src / main / java / org / onap / workflow / common / RestClient.java
index 4d92dcb..e90da7c 100644 (file)
@@ -243,7 +243,7 @@ public class RestClient {
       httpPost.setHeader("Content-type", "application/json");\r
       httpPost.setHeader(Constants.AUTHORIZATION, ToolUtil.getHeader());\r
       httpPost.setEntity(requestEntity);\r
-      returnValue = httpClient.execute(httpPost, responseHandler); // 调接口获取返回值时,必须用此方法\r
+//      returnValue = httpClient.execute(httpPost, responseHandler); // 调接口获取返回值时,必须用此方法\r
       CloseableHttpResponse httpResonse = httpClient.execute(httpPost);\r
       if (httpResonse != null && httpResonse.getStatusLine() != null) {\r
         int statusCode = httpResonse.getStatusLine().getStatusCode();\r