Skip to content

Commit

Permalink
Update sdk/java-sdk-spring/src/main/java/kalix/javasdk/client/Compone…
Browse files Browse the repository at this point in the history
…ntClient.java

Co-authored-by: Renato Cavalcanti <[email protected]>
  • Loading branch information
aludwiko and octonato authored Jun 27, 2023
1 parent e486d35 commit aba7742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Utility to send requests to other Kalix components by composing a DeferredCall. To compose a call:
* 1. select component type (and pass id if necessary)
* 2. select component method, by Java method reference operator (::)
* 2. select component method, by using Java method reference operator (::)
* 3. provide parameters (if required)
*
* <p>
Expand Down

0 comments on commit aba7742

Please sign in to comment.