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 aba7742 commit 52e6865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public ActionCallBuilder forAction() {
/**
* Select ValueEntity as a call target component.
* <p>
* For calling methods annotated with @{@link kalix.javasdk.annotations.GenerateEntityKey} or @{@link kalix.javasdk.annotations.GenerateId}
* For calling methods annotated with @{@link kalix.javasdk.annotations.GenerateId}
*/
public ValueEntityCallBuilder forValueEntity() {
return new ValueEntityCallBuilder(kalixClient);
Expand Down

0 comments on commit 52e6865

Please sign in to comment.