Fix comments (#82)

This commit is contained in:
geekymv 2021-12-10 20:28:33 +08:00 committed by GitHub
parent 438f287961
commit 2ba2e1964d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import org.apache.skywalking.apm.agent.core.logging.api.ILog;
import org.apache.skywalking.apm.agent.core.logging.api.LogManager;
/**
* The actual byte-buddy's interceptor to intercept class instance methods. In this class, it provide a bridge between
* The actual byte-buddy's interceptor to intercept class static methods. In this class, it provide a bridge between
* byte-buddy and sky-walking plugin.
*/
public class StaticMethodsInter {

View File

@ -28,7 +28,7 @@ import org.apache.skywalking.apm.agent.core.logging.api.ILog;
import org.apache.skywalking.apm.agent.core.logging.api.LogManager;
/**
* The actual byte-buddy's interceptor to intercept class instance methods. In this class, it provide a bridge between
* The actual byte-buddy's interceptor to intercept class static methods. In this class, it provide a bridge between
* byte-buddy and sky-walking plugin.
*/
public class StaticMethodsInterWithOverrideArgs {