Skip to content

Commit

Permalink
Update grpc-server-spring-boot-starter/src/main/java/net/devh/boot/gr…
Browse files Browse the repository at this point in the history
…pc/server/security/interceptors/ManagerResolverAuthenticatingServerInterceptor.java
  • Loading branch information
ST-DDT authored Apr 13, 2024
1 parent 5c718a0 commit 9305837
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public ManagerResolverAuthenticatingServerInterceptor(
this.authenticationManagerResolver =
requireNonNull(authenticationManagerResolver, "authenticationManagerResolver");
}


@Override
protected AuthenticationManager getAuthenticationManager(
final ServerCall<?, ?> call,
Expand Down

0 comments on commit 9305837

Please sign in to comment.