Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Made ZipFileSystem.getZipFile() accessible to subclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Oct 15, 2022
1 parent 90ddc61 commit 804e348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public String toString() {
return zfpath.toString();
}

Path getZipFile() {
protected Path getZipFile() {
return zfpath;
}

Expand Down

0 comments on commit 804e348

Please sign in to comment.