Skip to content

Commit

Permalink
remove Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael5601 committed Aug 1, 2024
1 parent 9e3d212 commit d4e59b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static boolean isInsideOpenZipFile(URI locationURI) {
return isInsideOpenZipFile(store);
}

//TODO Implement this method
public static boolean isOpenZipFile(IFileStore store) {
if (isInsideOpenZipFile(store)) {
ZipFileStore zipStore = (ZipFileStore) store;
Expand Down

0 comments on commit d4e59b4

Please sign in to comment.