Fix comments (#82)
This commit is contained in:
parent
438f287961
commit
2ba2e1964d
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue