Remove unnecessary helper from FutureInstrumentation

This commit is contained in:
Nikolay Martynov 2019-01-23 22:15:47 -05:00
parent e9745e6775
commit af15b17f1c
1 changed files with 0 additions and 5 deletions

View File

@ -87,11 +87,6 @@ public final class FutureInstrumentation extends Instrumenter.Default {
});
}
@Override
public String[] helperClassNames() {
return new String[] {ExecutorInstrumentation.class.getName() + "$ConcurrentUtils"};
}
@Override
public Map<String, String> contextStore() {
final Map<String, String> map = new HashMap<>();