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 fd4b709 commit c5943ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public EventSourcedEntityCallBuilder forEventSourcedEntity(String eventSourcedEn
/**
* Select Workflow 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 WorkflowCallBuilder forWorkflow() {
return new WorkflowCallBuilder(kalixClient);
Expand Down

0 comments on commit c5943ba

Please sign in to comment.