modify the comments
This commit is contained in:
parent
93da3fa5bf
commit
03071a4061
|
|
@ -26,7 +26,7 @@ import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceM
|
|||
import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult;
|
||||
|
||||
/**
|
||||
* {@link AbstractServerImplBuilderInterceptor} add the {@link CallServerInterceptor} interceptor for each the
|
||||
* {@link AbstractServerImplBuilderInterceptor} add the {@link CallServerInterceptor} interceptor for every
|
||||
* ServerService.
|
||||
*
|
||||
* @author zhang xin
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceM
|
|||
import org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult;
|
||||
|
||||
/**
|
||||
* {@link AbstractStubInterceptor} add the interceptor for each ClientCall.
|
||||
* {@link AbstractStubInterceptor} add the interceptor for every ClientCall.
|
||||
*
|
||||
* @author zhang xin
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue