Ref: use more lombok
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user