Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nravilla committed Sep 23, 2024
1 parent 2e8af3f commit 9e9e4d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private String buildDistro(File targetDirectory, Artifact distroArtifact, Distro
ContentHelper.downloadAndMoveContentBackendConfig(web, distroProperties, moduleInstaller, wizard);
spaInstaller.installFromDistroProperties(web, distroProperties, ignorePeerDependencies, overrideReuseNodeCache);
ContentHelper.deleteTempContentFolder(web);

File owasDir = new File(web, "owa");
owasDir.mkdir();
downloadOWAs(targetDirectory, distroProperties, owasDir);
Expand Down Expand Up @@ -621,5 +621,4 @@ public boolean accept(File dir, String name) {
}
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public class Setup extends AbstractServerTask {

private static final String NO_DEBUGGING_DEFAULT_ANSWER = "no debugging";

private static final int DEFAULT_PORT = 8080;

private static final int DEFAULT_PORT = 8080;

/**
* DB Driver type
Expand Down Expand Up @@ -346,8 +345,8 @@ private void downloadOWAs(File targetDirectory, DistroProperties distroPropertie
owaHelper.downloadOwa(owasDir, owa, moduleInstaller);
}
}
}
}

/**
* Sets the configuration folder for the specified server using the provided distro properties.
*
Expand Down

0 comments on commit 9e9e4d2

Please sign in to comment.