Skip to content

Commit 6c82f49

Browse files
committed
Updated jarPath to reflect comment
1 parent 8fad1ad commit 6c82f49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gr/gousiosg/javacg/stat/support/BuildArguments.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ private File getJarFile(String jarPath) {
132132

133133
// Return a (path, file) pair
134134
private Pair<String, File> pathAndJarFile(String jarPath) {
135-
jarPath = System.getProperty("user.dir") + jarPath;
136135
validateJarSuffix(jarPath);
137136
File file = getJarFile(jarPath);
138137
return new Pair<>(jarPath, file);

0 commit comments

Comments
 (0)