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 52e6865 commit fd4b709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public ValueEntityCallBuilder forValueEntity(String valueEntityId) {
/**
* Select EventSourcedEntity 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 EventSourcedEntityCallBuilder forEventSourcedEntity() {
return new EventSourcedEntityCallBuilder(kalixClient);
Expand Down

0 comments on commit fd4b709

Please sign in to comment.