mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-02-19 02:11:37 +01:00
Fixed formatting issue.
This commit is contained in:
parent
0651c778ae
commit
fe30412b30
@ -79,7 +79,7 @@ public class JavaProcessBuilder {
|
|||||||
public List<String> buildCommand() {
|
public List<String> buildCommand() {
|
||||||
List<String> command = new ArrayList<String>();
|
List<String> command = new ArrayList<String>();
|
||||||
|
|
||||||
if(getJvmPath() != null) {
|
if (getJvmPath() != null) {
|
||||||
command.add(getJvmPath() + File.separator + "java");
|
command.add(getJvmPath() + File.separator + "java");
|
||||||
} else {
|
} else {
|
||||||
command.add("java");
|
command.add("java");
|
||||||
|
Loading…
Reference in New Issue
Block a user