Skip to content

Commit

Permalink
Name change getPath -> path.
Browse files Browse the repository at this point in the history
  • Loading branch information
thegatesdev committed Nov 12, 2022
1 parent b90e3d6 commit 974e9c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
public class ReadException extends RuntimeException {

public ReadException(DataElement data, String message) {
super("Error while reading data at %s, %s.".formatted(data.getPath(), message));
super("Error while reading data at %s, %s.".formatted(data.path(), message));
}
}

0 comments on commit 974e9c2

Please sign in to comment.