File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
temporal-sdk/src/main/java/io/temporal/workflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
* String d();
85
85
* }
86
86
*
87
- * public class CImpl implements C {
87
+ * public class DImpl implements D {
88
88
* public void a() {}
89
89
* public void aa() {}
90
90
* public void b() {}
93
93
* }
94
94
* </code></pre>
95
95
*
96
- * When <code>CImpl </code> instance is registered with the {@link io.temporal.worker.Worker} the
96
+ * When <code>DImpl </code> instance is registered with the {@link io.temporal.worker.Worker} the
97
97
* following is registered:
98
98
*
99
99
* <p>
107
107
* </ul>
108
108
*
109
109
* The client code can call signals through stubs to <code>B</code>, <code>C</code> and <code>D
110
- * </code> interfaces. A call to crate a stub to <code>A</code> interface will fail as <code>A
110
+ * </code> interfaces. A call to create a stub to <code>A</code> interface will fail as <code>A
111
111
* </code> is not annotated with the WorkflowInterface.
112
112
*/
113
113
@ Retention (RetentionPolicy .RUNTIME )
You can’t perform that action at this time.
0 commit comments