Skip to content

Commit

Permalink
Merge pull request pinpoint-apm#1041 from emeroad/master
Browse files Browse the repository at this point in the history
fix infinite Loop
  • Loading branch information
emeroad committed Oct 6, 2015
2 parents c916e20 + 34cacf1 commit eec0eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ public int addInterceptor(MethodFilter filter, String interceptorClassName, Obje

@Override
public int addGroupedInterceptor(MethodFilter filter, String interceptorClassName, InterceptorGroup group, ExecutionPolicy executionPolicy) throws InstrumentException {
return addGroupedInterceptor(filter, interceptorClassName, group, executionPolicy);
return addGroupedInterceptor(filter, interceptorClassName, null, group, executionPolicy);
}

@Override
Expand Down

0 comments on commit eec0eb1

Please # to comment.