Skip to content

Commit

Permalink
[core] Expose path from IndexFile (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 authored Apr 26, 2024
1 parent 820eca5 commit 4e63f55
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ public IndexFile(String path) {
this.path = path;
}

public String path() {
return path;
}

@Override
public boolean equals(Object o) {
if (!(o instanceof IndexFile)) {
Expand Down

0 comments on commit 4e63f55

Please sign in to comment.