Skip to content

Commit

Permalink
Updated jarPath to reflect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ameka4 committed Feb 25, 2022
1 parent 8fad1ad commit 6c82f49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ private File getJarFile(String jarPath) {

// Return a (path, file) pair
private Pair<String, File> pathAndJarFile(String jarPath) {
jarPath = System.getProperty("user.dir") + jarPath;
validateJarSuffix(jarPath);
File file = getJarFile(jarPath);
return new Pair<>(jarPath, file);
Expand Down

0 comments on commit 6c82f49

Please sign in to comment.