variable renames

This commit is contained in:
Mathis Chenuet
2015-01-05 23:04:38 +01:00
parent 28cdb8f822
commit c81f0b167f
2 changed files with 15 additions and 21 deletions

View File

@@ -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();