Skip to content

Commit 6dc5d85

Browse files
committed
Wrist slapped
1 parent 4c4bcb4 commit 6dc5d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/security/GrpcSecurityAutoConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public SecurityContextServerInterceptor securityContextInterceptor() {
6464
@Bean
6565
public <T extends ServerBuilder<T>> ServerBuilderCustomizer<T> securityContextExecutorCustomizer() {
6666
return (serverBuilder) -> serverBuilder
67-
.executor(new DelegatingSecurityContextExecutor(GrpcUtil.SHARED_CHANNEL_EXECUTOR.create()));
67+
.executor(new DelegatingSecurityContextExecutor(GrpcUtil.SHARED_CHANNEL_EXECUTOR.create()));
6868
}
6969

7070
}

0 commit comments

Comments
 (0)