Skip to content

Commit

Permalink
fix type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
t2h6 authored Dec 19, 2024
1 parent 2c9c715 commit 3753fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void onCompleted() {
/** Setup a simple logging service and configure the {@link BeamFnLoggingClient}. */
@State(Scope.Benchmark)
public static class ManageLoggingClientAndService {
public final BeamFnLoggingClient loggingClient;
public final LoggingClient loggingClient;
public final CallCountLoggingService loggingService;
public final Server server;

Expand Down

0 comments on commit 3753fd0

Please sign in to comment.