Skip to content

Commit

Permalink
[fix][broker] Delete unused param (apache#20866)
Browse files Browse the repository at this point in the history
Co-authored-by: 张浩 <[email protected]>
Co-authored-by: tison <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent eefc517 commit 1b7084b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,6 @@ public void setReplicationClusters(
public void removeReplicationClusters(@Suspended final AsyncResponse asyncResponse,
@PathParam("tenant") String tenant, @PathParam("namespace") String namespace,
@PathParam("topic") @Encoded String encodedTopic,
@QueryParam("backlogQuotaType") BacklogQuotaType backlogQuotaType,
@ApiParam(value = "Whether leader broker redirected this call to this broker. For internal use.")
@QueryParam("authoritative") @DefaultValue("false") boolean authoritative) {
validateTopicName(tenant, namespace, encodedTopic);
Expand Down

0 comments on commit 1b7084b

Please sign in to comment.