Skip to content

Commit 7fb487a

Browse files
author
Mateusz Rzeszutek
authored
Rename the "executor" instrumentation to "executors" to match gradle … (#8451)
1 parent 448b961 commit 7fb487a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@
1313
import java.util.List;
1414

1515
@AutoService(InstrumentationModule.class)
16-
public class ExecutorInstrumentationModule extends InstrumentationModule {
17-
public ExecutorInstrumentationModule() {
18-
super("executor");
16+
public class ExecutorsInstrumentationModule extends InstrumentationModule {
17+
18+
public ExecutorsInstrumentationModule() {
19+
super(
20+
"executors",
21+
// TODO: remove that after release 1.26.0
22+
"executor");
1923
}
2024

2125
@Override

0 commit comments

Comments
 (0)