Skip to content

Commit

Permalink
Remove assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel authored Dec 13, 2023
1 parent c19fbd4 commit b674317
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class VirusScanJob extends AbstractConcurrentDepositJob {
.getLogger(VirusScanJob.class);

private static final int MAX_RETRIES = 5;
private long maxStreamSize = 0;
private long maxStreamSize;

private ClamAVClient clamClient;

Expand Down Expand Up @@ -202,4 +202,4 @@ protected void registrationAction() {
public void setMaxStreamSize(long maxStreamSize) {
this.maxStreamSize = maxStreamSize;
}
}
}

0 comments on commit b674317

Please sign in to comment.