mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
fix java doc issue (#2435)
This commit is contained in:
parent
ed30e85d1e
commit
0b15fac3e1
@ -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}}
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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