shibd commented on code in PR #15880:
URL: https://github.com/apache/pulsar/pull/15880#discussion_r887417675
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1/Namespaces.java:
##########
@@ -823,7 +823,7 @@ public void setDispatchRate(@PathParam("property") String
property, @PathParam("
@ApiResponses(value = {@ApiResponse(code = 403, message = "Don't have
admin permission"),
@ApiResponse(code = 404, message = "Namespace does not exist")})
public DispatchRate getDispatchRate(@PathParam("property") String
property, @PathParam("cluster") String cluster,
- @PathParam("namespace") String namespace) {
+ @PathParam("namespace") String
namespace) {
Review Comment:
invalid change.
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java:
##########
@@ -772,7 +772,7 @@ public void deleteDispatchRate(@PathParam("tenant") String
tenant, @PathParam("n
@ApiResponses(value = { @ApiResponse(code = 403, message = "Don't have
admin permission"),
@ApiResponse(code = 404, message = "Namespace does not exist") })
public DispatchRate getDispatchRate(@PathParam("tenant") String tenant,
- @PathParam("namespace") String namespace) {
+ @PathParam("namespace") String
namespace) {
Review Comment:
invalid change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]