Skip to content

Commit

Permalink
Inherit callbackGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Sakamoto committed Jun 9, 2021
1 parent a8b6f1f commit 644a1fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ public boolean putProperty(String key, Long value) {
newProperties.put(key, value);
lastMarkDeleteEntry = new MarkDeleteEntry(currentLastMarkDeleteEntry.newPosition, newProperties,
currentLastMarkDeleteEntry.callback, currentLastMarkDeleteEntry.ctx);
lastMarkDeleteEntry.callbackGroup = currentLastMarkDeleteEntry.callbackGroup;
} else {
properties.put(key, value);
}
Expand Down

0 comments on commit 644a1fe

Please sign in to comment.