modify the comments

This commit is contained in:
ascrutae 2018-02-06 17:28:28 +08:00
parent 93da3fa5bf
commit 03071a4061
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
*/