Fix netty version in instrumentation name
This commit is contained in:
parent
8034fc2afd
commit
2b1f6382d4
|
@ -27,7 +27,7 @@ import net.bytebuddy.matcher.ElementMatcher;
|
|||
public class ChannelFutureListenerInstrumentation extends Instrumenter.Default {
|
||||
|
||||
public ChannelFutureListenerInstrumentation() {
|
||||
super("netty", "netty-4.0");
|
||||
super("netty", "netty-4.1");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue