Skip to content

Commit a766581

Browse files
committed
20220822 update : fix postReverseAsync.
1 parent 9ccd820 commit a766581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/aspose/cloud/cells/api/LightCellsApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ public ApiResponse<FilesResult> postReverseWithHttpInfo(HashMap<String,File> fil
23992399
* @return The request call
24002400
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
24012401
*/
2402-
public com.squareup.okhttp.Call postReverseeAsync(HashMap<String,File> file, String rotateType, String format, Boolean checkExcelRestriction, final ApiCallback<FilesResult> callback) throws ApiException {
2402+
public com.squareup.okhttp.Call postReverseAsync(HashMap<String,File> file, String rotateType, String format, Boolean checkExcelRestriction, final ApiCallback<FilesResult> callback) throws ApiException {
24032403

24042404
ProgressResponseBody.ProgressListener progressListener = null;
24052405
ProgressRequestBody.ProgressRequestListener progressRequestListener = null;

0 commit comments

Comments
 (0)