Skip to content

Commit

Permalink
Fix type comparison security issue (kitodo#5938)
Browse files Browse the repository at this point in the history
  • Loading branch information
solth authored Feb 22, 2024
1 parent efad1cc commit 4fa7db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private HSSFWorkbook getWorkbook() {

private void insertRowData(HSSFSheet sheet) {
int rowCounter = 2;
int numberOfProcessedProcesses = 0;
long numberOfProcessedProcesses = 0;
int elasticsearchLimit = 9999;
try {
Long numberOfExpectedProcesses = ServiceManager.getProcessService()
Expand Down

0 comments on commit 4fa7db4

Please sign in to comment.