Ref: use more lombok

This commit is contained in:
Sheepit Renderfarm
2024-12-14 14:10:52 +00:00
parent 51885bd4e2
commit f3f6b2431e
6 changed files with 30 additions and 39 deletions

View File

@@ -115,7 +115,6 @@ public class SettingsLoader {
public static final String ARG_DISABLE_LARGE_DOWNLOADS = "--disable-large-downloads";
public static final String ARG_INCOMPATIBLE_PROCESS = "-incompatible-process";
private String path;
private Option<String> login;
@@ -216,10 +215,6 @@ public class SettingsLoader {
return option;
}
public String getFilePath() {
return path;
}
/**
* Takes the list of launch parameters and marks every config setting corresponding to one of the set values as launch command, ensuring that they wont overwrite
* the one in the config file