Memory amount should be in long not int
This commit is contained in:
@@ -31,9 +31,9 @@ public abstract class OS {
|
||||
|
||||
public abstract CPU getCPU();
|
||||
|
||||
public abstract int getMemory();
|
||||
public abstract long getMemory();
|
||||
|
||||
public abstract int getFreeMemory();
|
||||
public abstract long getFreeMemory();
|
||||
|
||||
public abstract String getRenderBinaryPath();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user