This commit is contained in:
Sebastien Rosset
2020-07-13 23:03:04 -07:00
committed by GitHub
parent 5980c420e3
commit b86a51ae17
3 changed files with 3 additions and 3 deletions

View File

@@ -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
*/ */

View File

@@ -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
*/ */

View File

@@ -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
*/ */