Skip to content

Commit

Permalink
Add missing method delegation.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jun 18, 2024
1 parent f43e96a commit 43752e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public static Instrumentation getInstrumentation() {
* @param instrumentation The instrumentation instance.
*/
public static void premain(String arguments, Instrumentation instrumentation) {doMain(instrumentation);
doMain(instrumentation);
}

/**
Expand Down

0 comments on commit 43752e1

Please sign in to comment.