Remove unnecessary helper from FutureInstrumentation
This commit is contained in:
parent
e9745e6775
commit
af15b17f1c
|
@ -87,11 +87,6 @@ public final class FutureInstrumentation extends Instrumenter.Default {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String[] helperClassNames() {
|
|
||||||
return new String[] {ExecutorInstrumentation.class.getName() + "$ConcurrentUtils"};
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map<String, String> contextStore() {
|
public Map<String, String> contextStore() {
|
||||||
final Map<String, String> map = new HashMap<>();
|
final Map<String, String> map = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue