Skip to content

Commit

Permalink
fix comments issue #1935 (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
honganan authored and wu-sheng committed Nov 19, 2018
1 parent 6b35113 commit da734ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
*/
public interface InstanceConstructorInterceptor {
/**
* Called before the origin constructor invocation.
* Called after the origin constructor invocation.
*/
void onConstruct(EnhancedInstance objInst, Object[] allArguments);
}

0 comments on commit da734ac

Please sign in to comment.