Skip to content

Commit

Permalink
remove redundant coment
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSatyr committed Feb 13, 2025
1 parent 18f75a7 commit 22fd9ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ChangedMultipleOf(BigDecimal leftMultipleOf, BigDecimal rightMultipleOf)
}

@Override
public DiffResult isChanged() { // no changes
public DiffResult isChanged() {
if (Objects.equals(left, right)) {
return DiffResult.NO_CHANGES;
}
Expand Down

0 comments on commit 22fd9ae

Please sign in to comment.