[ 
https://issues.apache.org/jira/browse/SCB-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697673#comment-16697673
 ] 

ASF GitHub Bot commented on SCB-1031:
-------------------------------------

coveralls edited a comment on issue #999: [SCB-1031] resolve @ApiOperator 
@Response override wrong, if the prev…
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/999#issuecomment-440630826
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/20267841/badge)](https://coveralls.io/builds/20267841)
   
   Coverage decreased (-0.006%) to 86.766% when pulling 
**21dbd38bab549c159de3ce265602b29b8a32d973 on jeho0815:Branch_master_SCB-1031** 
into **ca4dea29d6a4c72cdebf28185c435ea69b7259dd on apache:master**.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


> The Response's properties was overrided wrong between @APIOperation and 
> @Resoponse on the controller method
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: SCB-1031
>                 URL: https://issues.apache.org/jira/browse/SCB-1031
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: jeho0815
>            Assignee: jeho0815
>            Priority: Major
>
> @ApiResponse(code = 200, message = "200 is ok............", response = 
> String.class, responseHeaders = @ResponseHeader(name = "x-user-domain", 
> response = String.class))
>  @ApiOperation(nickname="getHelloworld", value="test", notes="this is a 
> test", response = Integer.class, code = 200, 
>  responseHeaders =
> {@ResponseHeader(name = "x-user-name", response = String.class), 
> @ResponseHeader(name = "x-user-id", response = String.class)}
> )
>  
> swagger 's response's descritpion will be default "resoponse of 200", the 
> best descritpion  should be "200 is ok............"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to