Skip to content

Commit

Permalink
Adjust parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
TherChenYang committed May 27, 2024
1 parent 76ec6d4 commit 58c2feb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class ShadowTableMapperRuleAttribute implements TableMapperRuleAttribute

private final CaseInsensitiveSet<String> logicalTableMapper;

public ShadowTableMapperRuleAttribute(final Collection<String> encryptTableNames) {
logicalTableMapper = new CaseInsensitiveSet<>(encryptTableNames);
public ShadowTableMapperRuleAttribute(final Collection<String> shadowTableNames) {
logicalTableMapper = new CaseInsensitiveSet<>(shadowTableNames);
}

@Override
Expand Down

0 comments on commit 58c2feb

Please sign in to comment.