mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 04:06:13 +00:00
[Java] remove tabs from java templates (#11557)
* remove tabs from java templates * replaces tabs with spaces in java templates
This commit is contained in:
@@ -638,7 +638,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
public <T> ResponseEntity<T> invokeAPI(String path, HttpMethod method, Map<String, Object> pathParams, MultiValueMap<String, String> queryParams, Object body, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams, MultiValueMap<String, Object> formParams, List<MediaType> accept, MediaType contentType, String[] authNames, ParameterizedTypeReference<T> returnType) throws RestClientException {
|
||||
updateParamsForAuth(authNames, queryParams, headerParams, cookieParams);
|
||||
|
||||
Map<String,Object> uriParams = new HashMap<>();
|
||||
Map<String,Object> uriParams = new HashMap<>();
|
||||
uriParams.putAll(pathParams);
|
||||
|
||||
String finalUri = path;
|
||||
|
||||
Reference in New Issue
Block a user