Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Feb 10, 2025
1 parent 254bcd2 commit eb48082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public LookupChangelogMergeFunctionWrapper(
}
LookupMergeFunction lookupMergeFunction = (LookupMergeFunction) mergeFunction;
this.keySerializer = lookupMergeFunction.getKeySerializer();
this.valueSerializer = lookupMergeFunction.getKeySerializer();
this.valueSerializer = lookupMergeFunction.getValueSerializer();
this.mergeFunction = mergeFunctionFactory.create();
this.lookup = lookup;
this.valueEqualiser = valueEqualiser;
Expand Down

0 comments on commit eb48082

Please sign in to comment.