Skip to content

Commit

Permalink
Fix unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Oct 25, 2023
1 parent 305cdb8 commit 38a90ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public static String getKBase() {
String decodedPath = URLDecoder.decode(path, StandardCharsets.UTF_8);
File parent = new File(decodedPath).getParentFile().getParentFile().getParentFile().getParentFile();
return parent.getAbsolutePath();
return null;
}

/**
Expand Down

0 comments on commit 38a90ab

Please sign in to comment.