apache / servicecomb-samples

Apache servicecomb
https://servicecomb.apache.org/
Apache License 2.0
502 stars 145 forks source link

org.apache.servicecomb.samples.bmi.CalculatorRestEndpoint 类注释中内容错误 #64

Closed xiaoyu-Wang1 closed 3 years ago

xiaoyu-Wang1 commented 3 years ago

类注释如下:


/**
 * {@link CalculatorRestEndpoint} provides the rest implementation of {@link CalculatorEndpoint}.
 * The rest endpoint is accessed by /bmi?height={value}&width={value} with HTTP GET.
 */

其中,/bmi?height={value}&width={value} 中的 width 字段应该是 weight 。
liubao68 commented 3 years ago

fixed