diff --git a/feign-dapr-client/src/main/java/icu/fangkehou/dapr/feign/DaprInvokeFeignClient.java b/feign-dapr-client/src/main/java/icu/fangkehou/dapr/feign/DaprInvokeFeignClient.java index 7429e38..95f56f4 100644 --- a/feign-dapr-client/src/main/java/icu/fangkehou/dapr/feign/DaprInvokeFeignClient.java +++ b/feign-dapr-client/src/main/java/icu/fangkehou/dapr/feign/DaprInvokeFeignClient.java @@ -64,8 +64,9 @@ *
* As for response, the result code is always 200 OK, and if client have met any error, it will throw an IOException for
* that.
- * Currently, we have no method to gain metadata from server as Dapr Client doesn't have methods to do that, so headers will be blank.
- * If Accept header has set in request, a fake Content-Type header will be created in response, and it will be the first value of Accept header.
+ * Currently, we have no method to gain metadata from server as Dapr Client doesn't have methods to do that, so headers
+ * will be blank. If Accept header has set in request, a fake Content-Type header will be created in response, and it
+ * will be the first value of Accept header.
*
*
* MyAppData response = Feign.builder().client(new DaprFeignClient()).target(MyAppData.class,