Skip to content

Commit

Permalink
Additional comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
robsunday committed Dec 5, 2024
1 parent 19f5d4c commit 6431feb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public boolean equals(Object o) {
return false;
}
AttributeMatcher other = (AttributeMatcher) o;
// Do not attributeValue into account so AttributeMatcher instances can be stored in collections
// with guarantee of uniqueness per attribute
return Objects.equals(attributeName, other.attributeName);
}

Expand Down

0 comments on commit 6431feb

Please sign in to comment.