Skip to content

Commit 7c24a09

Browse files
committed
Promote operands to the final type before operation
1 parent e5f7e45 commit 7c24a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gooddata-java/src/main/java/com/gooddata/sdk/service/dataload/processes/ProcessService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class ProcessService extends AbstractService {
7272
public static final UriTemplate PROCESSES_TEMPLATE = new UriTemplate(DataloadProcesses.URI);
7373
public static final UriTemplate USER_PROCESSES_TEMPLATE = new UriTemplate(DataloadProcesses.USER_PROCESSES_URI);
7474
private static final MediaType MEDIA_TYPE_ZIP = MediaType.parseMediaType("application/zip");
75-
private static final long MAX_MULTIPART_SIZE = 1024 * 1024;
75+
private static final long MAX_MULTIPART_SIZE = 1024L * 1024L;
7676

7777
private final AccountService accountService;
7878
private final DataStoreService dataStoreService;

0 commit comments

Comments
 (0)