variable renames
This commit is contained in:
@@ -284,7 +284,7 @@ public class Configuration {
|
||||
return OS.getOS() != null;
|
||||
}
|
||||
|
||||
public boolean checkCPUisSUpported() {
|
||||
public boolean checkCPUisSupported() {
|
||||
OS os = OS.getOS();
|
||||
if (os != null) {
|
||||
CPU cpu = os.getCPU();
|
||||
|
||||
Reference in New Issue
Block a user