Skip to content

Commit 7eb6a66

Browse files
izeyearefbehboudi
authored andcommitted
Change return type for VirtualThreadsInfo.getMounted() to int
See spring-projectsgh-43941 Signed-off-by: Johnny Lim <[email protected]> Signed-off-by: arefbehboudi <[email protected]>
1 parent 87c2005 commit 7eb6a66

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)