Skip to content

Commit 1af2a9b

Browse files
Update temporal-sdk/src/main/java/io/temporal/client/ActivityClient.java
Co-authored-by: Quinn Klassen <klassenq@gmail.com>
1 parent 00ecb71 commit 1af2a9b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

temporal-sdk/src/main/java/io/temporal/client/ActivityClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static ActivityClient newInstance(WorkflowServiceStubs stubs, ActivityClientOpti
4949
/**
5050
* Starts a standalone activity using a typed interface and an unbound method reference, and
5151
* returns a typed handle. The activity type name is inferred from the method reference at runtime
52-
* via a reflection proxy; the result type is captured from the generic type parameter.
5352
*
5453
* <p>Example:
5554
*

0 commit comments

Comments
 (0)