1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

Fixed formatting issue.

This commit is contained in:
sk89q 2014-01-11 09:52:42 -08:00
parent 0651c778ae
commit fe30412b30

View File

@ -79,7 +79,7 @@ public class JavaProcessBuilder {
public List<String> buildCommand() {
List<String> command = new ArrayList<String>();
if(getJvmPath() != null) {
if (getJvmPath() != null) {
command.add(getJvmPath() + File.separator + "java");
} else {
command.add("java");