Ref: Use Lombok annot's to minimize code.

This commit is contained in:
DaCool
2023-10-16 18:05:29 +00:00
committed by Sheepit Renderfarm
parent e0991622bf
commit dd0d50582f
4 changed files with 9 additions and 39 deletions

View File

@@ -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"