mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 14:40:53 +00:00
fix java doc issue (#2435)
This commit is contained in:
parent
ed30e85d1e
commit
0b15fac3e1
@ -190,7 +190,7 @@ public class ApiClient {
|
|||||||
* @param newHttpClient An instance of OkHttpClient
|
* @param newHttpClient An instance of OkHttpClient
|
||||||
* @return Api Client
|
* @return Api Client
|
||||||
*/
|
*/
|
||||||
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
|
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
|
||||||
if(!httpClient.equals(newHttpClient)) {
|
if(!httpClient.equals(newHttpClient)) {
|
||||||
OkHttpClient.Builder builder = newHttpClient.newBuilder();
|
OkHttpClient.Builder builder = newHttpClient.newBuilder();
|
||||||
Iterator<Interceptor> networkInterceptorIterator = httpClient.networkInterceptors().iterator();
|
Iterator<Interceptor> networkInterceptorIterator = httpClient.networkInterceptors().iterator();
|
||||||
|
@ -274,8 +274,7 @@ public class {{classname}} {
|
|||||||
{{/optionalParams}}
|
{{/optionalParams}}
|
||||||
/**
|
/**
|
||||||
* Build call for {{operationId}}
|
* Build call for {{operationId}}
|
||||||
* @param _progressListener Progress listener
|
* @param _callback ApiCallback API callback
|
||||||
* @param _progressRequestListener Progress request listener
|
|
||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
{{#isDeprecated}}
|
{{#isDeprecated}}
|
||||||
|
@ -174,7 +174,7 @@ public class ApiClient {
|
|||||||
* @param newHttpClient An instance of OkHttpClient
|
* @param newHttpClient An instance of OkHttpClient
|
||||||
* @return Api Client
|
* @return Api Client
|
||||||
*/
|
*/
|
||||||
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
|
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
|
||||||
if(!httpClient.equals(newHttpClient)) {
|
if(!httpClient.equals(newHttpClient)) {
|
||||||
OkHttpClient.Builder builder = newHttpClient.newBuilder();
|
OkHttpClient.Builder builder = newHttpClient.newBuilder();
|
||||||
Iterator<Interceptor> networkInterceptorIterator = httpClient.networkInterceptors().iterator();
|
Iterator<Interceptor> networkInterceptorIterator = httpClient.networkInterceptors().iterator();
|
||||||
|
@ -1238,8 +1238,7 @@ public class FakeApi {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Build call for testGroupParameters
|
* Build call for testGroupParameters
|
||||||
* @param _progressListener Progress listener
|
* @param _callback ApiCallback API callback
|
||||||
* @param _progressRequestListener Progress request listener
|
|
||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
*/
|
*/
|
||||||
|
@ -174,7 +174,7 @@ public class ApiClient {
|
|||||||
* @param newHttpClient An instance of OkHttpClient
|
* @param newHttpClient An instance of OkHttpClient
|
||||||
* @return Api Client
|
* @return Api Client
|
||||||
*/
|
*/
|
||||||
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
|
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
|
||||||
if(!httpClient.equals(newHttpClient)) {
|
if(!httpClient.equals(newHttpClient)) {
|
||||||
OkHttpClient.Builder builder = newHttpClient.newBuilder();
|
OkHttpClient.Builder builder = newHttpClient.newBuilder();
|
||||||
Iterator<Interceptor> networkInterceptorIterator = httpClient.networkInterceptors().iterator();
|
Iterator<Interceptor> networkInterceptorIterator = httpClient.networkInterceptors().iterator();
|
||||||
|
@ -1238,8 +1238,7 @@ public class FakeApi {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Build call for testGroupParameters
|
* Build call for testGroupParameters
|
||||||
* @param _progressListener Progress listener
|
* @param _callback ApiCallback API callback
|
||||||
* @param _progressRequestListener Progress request listener
|
|
||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user