Skip to content

Commit

Permalink
grpc stats interceptor to final
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Oct 31, 2024
1 parent 4e73459 commit 29b71b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class Netty4GrpcServerTransport extends AbstractGrpcServerTransport {

private final SharedGroupFactory sharedGroupFactory;
private final CopyOnWriteArrayList<Server> servers = new CopyOnWriteArrayList<>();
private final ServerStatsInterceptor sharedServerStatsInterceptor;
private volatile SharedGroupFactory.SharedGroup sharedGroup;
private volatile ServerStatsInterceptor sharedServerStatsInterceptor;

public Netty4GrpcServerTransport(
Settings settings,
Expand Down

0 comments on commit 29b71b0

Please sign in to comment.