Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Nov 7, 2024
1 parent 3fe1fc0 commit 4d81df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public Resource merge(@Nullable Resource other) {
e.getIdentifyingAttributes().asMap().containsKey(key)
|| e.getAttributes().asMap().containsKey(key)));

// TOOD - we need to update/identify conflicts in these with selected entities.
// TODO - we need to update/identify conflicts in these with selected entities.
// This may cause us to drop entities.
attrBuilder.putAll(other.getRawAttributes());

Expand Down

0 comments on commit 4d81df2

Please sign in to comment.