Skip to content

Commit

Permalink
Rename RpcParam
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Aug 16, 2023
1 parent a008f6e commit c481c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public String repair(
@RpcParam(name = "keyspaceName") String keyspace,
@RpcParam(name = "tables") List<String> tables,
@RpcParam(name = "full") Boolean full,
@RpcParam(name = "async") boolean notifications)
@RpcParam(name = "notifications") boolean notifications)
throws IOException {
// At least one keyspace is required
if (keyspace != null) {
Expand Down

0 comments on commit c481c5a

Please sign in to comment.