Skip to content

Commit

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

Expand Down

0 comments on commit 77b564d

Please sign in to comment.