Change return type for VirtualThreadsInfo.getMounted() to int
See gh-43941 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
parent
51b93cb3e3
commit
4667db619c
|
@ -151,7 +151,7 @@ public class ProcessInfo {
|
|||
this.poolSize = poolSize;
|
||||
}
|
||||
|
||||
public long getMounted() {
|
||||
public int getMounted() {
|
||||
return this.mounted;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue