Skip to content

Commit 898b93b

Browse files
committed
Fix: Corrected an issue in Aspose.Cells Cloud SDK 25.3
1 parent 04d5720 commit 898b93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/aspose/cloud/cells/api/PivotTablesControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import com.aspose.cloud.cells.client.*;
3131
import com.aspose.cloud.cells.model.*;
3232
import com.aspose.cloud.cells.request.*;
33-
33+
import java.util.Collections;
3434
import org.junit.Test;
3535
import java.util.ArrayList;
3636
import java.util.List;

0 commit comments

Comments
 (0)