Fix netty version in instrumentation name

This commit is contained in:
Nikolay Martynov 2018-08-31 10:58:17 -04:00
parent 8034fc2afd
commit 2b1f6382d4
1 changed files with 1 additions and 1 deletions

View File

@ -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