fix comments issue #1935 (#1936)

This commit is contained in:
honganan 2018-11-19 14:41:55 +08:00 committed by 吴晟 Wu Sheng
parent 6b35113536
commit da734ac8fe
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ package org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance;
*/
public interface InstanceConstructorInterceptor {
/**
* Called before the origin constructor invocation.
* Called after the origin constructor invocation.
*/
void onConstruct(EnhancedInstance objInst, Object[] allArguments);
}