Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov committed Oct 2, 2024
1 parent 58c0e4e commit 7db9b9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ protected File getLastFile() {
if (file.exists()) {
// Some comments here and there
String path = getFileContents(file).replaceAll("\n", "");

return new File(path);
} else {
return null;
Expand Down

0 comments on commit 7db9b9b

Please sign in to comment.