Skip to content

Commit

Permalink
add TODO for current module open impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Dec 19, 2024
1 parent 31fb5c2 commit 6e46140
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
@AutoService(InstrumentationModule.class)
public class RmiJpmsInstrumentationModule extends InstrumentationModule {

// TODO: this instrumentation is only kept for inlined advices and will be removed once migration
// to indy instrumentation is complete.
//
// For Indy instrumentation, this is replaced with
// ExperimentalInstrumentationModule#jpmsModulesToOpen

public RmiJpmsInstrumentationModule() {
super("rmi", "rmi-jpms");
}
Expand Down

0 comments on commit 6e46140

Please sign in to comment.