Skip to content

Commit 213191d

Browse files
committed
Change return type for VirtualThreadsInfo.getMounted() to int
Signed-off-by: Johnny Lim <[email protected]>
1 parent 457ed37 commit 213191d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/info/ProcessInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static class VirtualThreadsInfo {
151151
this.poolSize = poolSize;
152152
}
153153

154-
public long getMounted() {
154+
public int getMounted() {
155155
return this.mounted;
156156
}
157157

0 commit comments

Comments
 (0)