Minimal change to make muzzle pass

This commit is contained in:
Brian Devins-Suresh 2020-03-20 14:27:47 -04:00
parent c8fc300df0
commit 59dffa3d5d
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class NettyChannelInstrumentation extends Instrumenter.Default {
// Optimization for expensive typeMatcher.
return hasClassesNamed(
"org.jboss.netty.channel.Channel",
"org.jboss.netty.handler.codec.http.DefaultHttpHeaders", // Not in 3.7
"org.jboss.netty.channel.StaticChannelPipeline" // Not in 3.10
);
}