Skip to content

Commit

Permalink
style(feign client): apply spotless foe jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Jun 25, 2024
1 parent 9ed1c4c commit 664c284
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@
* <p>
* As for response, the result code is always 200 OK, and if client have met any error, it will throw an IOException for
* that.<br>
* 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.
*
* <pre>
* MyAppData response = Feign.builder().client(new DaprFeignClient()).target(MyAppData.class,
Expand Down

0 comments on commit 664c284

Please sign in to comment.