@@ -35,7 +35,7 @@ public interface WorkflowClientInterceptor {
35
35
* @return decorated stub
36
36
* @deprecated consider implementing all intercepting functionality using {@link
37
37
* WorkflowClientCallsInterceptor} that is produced in {@link
38
- * #workflowClientClassInterceptor }. This method has to stay temporary because
38
+ * #workflowClientCallsInterceptor }. This method has to stay temporary because
39
39
* TimeLockingInterceptor has to intercept top level {@link WorkflowStub} methods.
40
40
*/
41
41
@ Deprecated
@@ -49,7 +49,7 @@ WorkflowStub newUntypedWorkflowStub(
49
49
* @return decorated stub
50
50
* @deprecated consider implementing all intercepting functionality using {@link
51
51
* WorkflowClientCallsInterceptor} that is produced in {@link
52
- * #workflowClientClassInterceptor }. This method has to stay temporary because
52
+ * #workflowClientCallsInterceptor }. This method has to stay temporary because
53
53
* TimeLockingInterceptor has to intercept top level {@link WorkflowStub} methods.
54
54
*/
55
55
@ Deprecated
@@ -59,11 +59,11 @@ WorkflowStub newUntypedWorkflowStub(
59
59
ActivityCompletionClient newActivityCompletionClient (ActivityCompletionClient next );
60
60
61
61
/**
62
- * Called once during creation of WorkflowClient to create a chain of Client Interceptors
62
+ * Called once during creation of WorkflowClient to create a chain of Client Workflow Interceptors
63
63
*
64
64
* @param next next workflow client interceptor in the chain of interceptors
65
65
* @return new interceptor that should decorate calls to {@code next}
66
66
*/
67
- WorkflowClientCallsInterceptor workflowClientClassInterceptor (
67
+ WorkflowClientCallsInterceptor workflowClientCallsInterceptor (
68
68
WorkflowClientCallsInterceptor next );
69
69
}
0 commit comments