Merge pull request #10 from artemisart/clean

Fix typo  and Clean up.
This commit is contained in:
Laurent Clouet
2015-01-18 00:08:41 +01:00
5 changed files with 19 additions and 25 deletions

View File

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