Skip to content

Commit

Permalink
Executors indy support (#11738)
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad authored Aug 5, 2024
1 parent ade7c80 commit 593db23
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ public ExecutorsInstrumentationModule() {
super("executors");
}

@Override
public boolean isIndyModule() {
return false;
}

@Override
public List<TypeInstrumentation> typeInstrumentations() {
return asList(
Expand Down

0 comments on commit 593db23

Please sign in to comment.