Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
duplicated commit in hstore for clusterRole
  • Loading branch information
VGalaxies committed Oct 15, 2023
1 parent 731070d commit 0916db7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ public boolean hasChanges() {
@Override
public Integer commit() {
if (!this.hasChanges()) {
// TODO: log a message with level WARNING
return 0;
}
int commitSize = this.changedSize;
Expand Down

0 comments on commit 0916db7

Please sign in to comment.