Add patch
This commit is contained in:
parent
d50cf00404
commit
3fe2c50a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ public class DynamoDBLeaseManagementFactory implements LeaseManagementFactory {
|
|||
@Override
|
||||
public DynamoDBLeaseRefresher createLeaseRefresher() {
|
||||
return new DynamoDBLeaseRefresher(tableName, dynamoDBClient, leaseSerializer, consistentReads,
|
||||
tableCreatorCallback, dynamoDbRequestTimeout, billingMode);
|
||||
tableCreatorCallback, dynamoDbRequestTimeout, billingMode, tags);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue