Skip to content

Commit 01719c4

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-44727
2 parents 14e00c0 + 135fb1a commit 01719c4

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/TotalProgressListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void finish() {
120120
}
121121

122122
int getProgress() {
123-
return withinPercentageBounds((this.progressByStatus.values().stream().mapToInt(Integer::valueOf).sum())
123+
return withinPercentageBounds((this.progressByStatus.values().stream().mapToInt(Integer::intValue).sum())
124124
/ this.progressByStatus.size());
125125
}
126126

0 commit comments

Comments
 (0)