Ref: Use Lombok annot's to minimize code.
This commit is contained in:
committed by
Sheepit Renderfarm
parent
e0991622bf
commit
dd0d50582f
@@ -40,7 +40,7 @@ public abstract class OS {
|
||||
|
||||
public abstract String name();
|
||||
|
||||
public boolean isSupported() { return "64bit".equals(getCPU().arch()); }
|
||||
public boolean isSupported() { return "64bit".equals(getCPU().getArch()); }
|
||||
|
||||
/** Get the full version of the os.
|
||||
* For example windows, should give "windows 8.1"
|
||||
|
||||
Reference in New Issue
Block a user