|
|
|
@ -120,7 +120,7 @@ public abstract class TotalProgressListener<E extends ImageProgressUpdateEvent> |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int getProgress() { |
|
|
|
int getProgress() { |
|
|
|
return withinPercentageBounds((this.progressByStatus.values().stream().mapToInt(Integer::valueOf).sum()) |
|
|
|
return withinPercentageBounds((this.progressByStatus.values().stream().mapToInt(Integer::intValue).sum()) |
|
|
|
/ this.progressByStatus.size()); |
|
|
|
/ this.progressByStatus.size()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|