Skip to content

Commit

Permalink
Wrist slapped
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jan 8, 2025
1 parent 4c4bcb4 commit 6dc5d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public SecurityContextServerInterceptor securityContextInterceptor() {
@Bean
public <T extends ServerBuilder<T>> ServerBuilderCustomizer<T> securityContextExecutorCustomizer() {
return (serverBuilder) -> serverBuilder
.executor(new DelegatingSecurityContextExecutor(GrpcUtil.SHARED_CHANNEL_EXECUTOR.create()));
.executor(new DelegatingSecurityContextExecutor(GrpcUtil.SHARED_CHANNEL_EXECUTOR.create()));
}

}
Expand Down

0 comments on commit 6dc5d85

Please sign in to comment.