merlimat commented on a change in pull request #1661: Add missing Swagger 
annotations for Pulsar Functions REST API endpoints (WIP)
URL: https://github.com/apache/incubator-pulsar/pull/1661#discussion_r184564014
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/TenantsBase.java
 ##########
 @@ -83,7 +83,7 @@ public TenantInfo getPropertyAdmin(@PathParam("tenant") 
String tenant) {
     @Path("/{tenant}")
     @ApiOperation(value = "Create a new tenant.", notes = "This operation 
requires Pulsar super-user privileges.")
     @ApiResponses(value = { @ApiResponse(code = 403, message = "Don't have 
admin permission"),
-            @ApiResponse(code = 409, message = "Property already exist"),
+            @ApiResponse(code = 409, message = "Property already exists"),
 
 Review comment:
   This should actually be  `Tenant already exists`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to