Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Jan 10, 2025
1 parent 0caa211 commit da3aa44
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,7 @@ public String getPath() {

Collections.reverse(pathList);

this.path = PATH_SEP + StringUtils.join(pathList, PATH_SEP);

return this.path;
return PATH_SEP + StringUtils.join(pathList, PATH_SEP);
}

/**
Expand Down

0 comments on commit da3aa44

Please sign in to comment.