Remove redundant functions

This commit is contained in:
eyedeekay
2024-08-01 17:03:11 -04:00
parent 0f271a9013
commit 0c7e4a9fd6
4 changed files with 7 additions and 32 deletions

View File

@ -84,7 +84,7 @@ public class WindowsAppUtil extends WindowsServiceUtil {
* information, then getting the binary path on a per-platform basis. The path
* returned will be relative to the root.
*
* @return the app-image root
* @return the app-image root + the path to the executable
*/
protected String appImageExe() {
File aih = appImageHome();