forked from loafle/openapi-generator-original
fix typo (#6928)
This commit is contained in:
@@ -888,7 +888,7 @@ public class ApiClient {
|
|||||||
* @param obj Object
|
* @param obj Object
|
||||||
* @param formParams Form parameters
|
* @param formParams Form parameters
|
||||||
* @param contentType Context type
|
* @param contentType Context type
|
||||||
* @param isBodyNulalble True if the body is nullable
|
* @param isBodyNullable True if the body is nullable
|
||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException API exception
|
* @throws ApiException API exception
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -805,7 +805,7 @@ public class ApiClient {
|
|||||||
* @param obj Object
|
* @param obj Object
|
||||||
* @param formParams Form parameters
|
* @param formParams Form parameters
|
||||||
* @param contentType Context type
|
* @param contentType Context type
|
||||||
* @param isBodyNulalble True if the body is nullable
|
* @param isBodyNullable True if the body is nullable
|
||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException API exception
|
* @throws ApiException API exception
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -884,7 +884,7 @@ public class ApiClient {
|
|||||||
* @param obj Object
|
* @param obj Object
|
||||||
* @param formParams Form parameters
|
* @param formParams Form parameters
|
||||||
* @param contentType Context type
|
* @param contentType Context type
|
||||||
* @param isBodyNulalble True if the body is nullable
|
* @param isBodyNullable True if the body is nullable
|
||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException API exception
|
* @throws ApiException API exception
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user