Skip to content

Commit

Permalink
Make updateCompactionControlsTable public (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lujie1996 committed Dec 19, 2022
1 parent ce53a8a commit 12d857e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private boolean updateCompactionControlsTable(StringKey stringKey, UpdateAction
return isCompactionInProgress;
}

private void updateCompactionControlsTable(TxnContext txn,
public void updateCompactionControlsTable(TxnContext txn,
Table<StringKey, RpcCommon.TokenMsg, Message> checkpointTable,
StringKey stringKey,
UpdateAction action) {
Expand Down

0 comments on commit 12d857e

Please sign in to comment.