From 664c28424dfb319f81e0b5bdaab3700d85d65b69 Mon Sep 17 00:00:00 2001 From: lony2003 Date: Tue, 25 Jun 2024 19:20:07 +0800 Subject: [PATCH] style(feign client): apply spotless foe jdoc --- .../java/icu/fangkehou/dapr/feign/DaprInvokeFeignClient.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,