update Java petstore samples

This commit is contained in:
wing328
2017-06-15 00:24:37 +08:00
parent d20f83e643
commit b21e0ca763
8 changed files with 136 additions and 77 deletions

View File

@@ -1062,6 +1062,7 @@ public class FakeApi {
String localVarPath = "/fake/jsonFormData";
List<Pair> localVarQueryParams = new ArrayList<Pair>();
List<Pair> localVarCollectionQueryParams = new ArrayList<Pair>();
Map<String, String> localVarHeaderParams = new HashMap<String, String>();
@@ -1096,7 +1097,7 @@ public class FakeApi {
}
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}
@SuppressWarnings("rawtypes")