You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/12 14:09:19 UTC

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #4939: [site2] Fix swagger of SourceBase and SinkBase display problem

Jennifer88huang commented on a change in pull request #4939: [site2] Fix swagger of SourceBase and SinkBase display problem
URL: https://github.com/apache/pulsar/pull/4939#discussion_r312941871
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/SinksBase.java
 ##########
 @@ -258,15 +257,15 @@ public void deregisterSink(@ApiParam(value = "The sink's tenant")
     )
     @ApiResponses(value = {
             @ApiResponse(code = 400, message = "Invalid request"),
-            @ApiResponse(code = 404, message = "The sink does not exist"),
+            @ApiResponse(code = 404, message = "The Pulsar Sinj does not exist"),
 
 Review comment:
   Sinj --> Sink

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services