Skip to content

Commit

Permalink
Add getters for field path in ComparisonDifference (#3007)
Browse files Browse the repository at this point in the history
  • Loading branch information
aakatov committed Apr 12, 2023
1 parent 8379cac commit ce9eaa6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ public Optional<String> getAdditionalInformation() {
return additionalInformation;
}

public List<String> getDecomposedPath() {
return decomposedPath;
}

@Override
public String toString() {
return additionalInformation.isPresent()
Expand Down

0 comments on commit ce9eaa6

Please sign in to comment.