Skip to content

Commit 58b356e

Browse files
committed
Remove unnecessary Autowired annotation
1 parent 4a754c2 commit 58b356e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

grpc-server-spring-boot-starter/src/main/java/net/devh/boot/grpc/server/security/interceptors/DefaultAuthenticatingServerInterceptor.java

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public class DefaultAuthenticatingServerInterceptor extends AbstractAuthenticati
5959
* @param authenticationManager The authentication manager used to verify the credentials.
6060
* @param authenticationReader The authentication reader used to extract the credentials from the call.
6161
*/
62-
@Autowired
6362
public DefaultAuthenticatingServerInterceptor(final AuthenticationManager authenticationManager,
6463
final GrpcAuthenticationReader authenticationReader) {
6564
super(authenticationReader);

grpc-server-spring-boot-starter/src/main/java/net/devh/boot/grpc/server/security/interceptors/ManagerResolverAuthenticatingServerInterceptor.java

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class ManagerResolverAuthenticatingServerInterceptor extends AbstractAuth
6060
* @param authenticationManagerResolver The authentication manager resolver used to verify the credentials.
6161
* @param authenticationReader The authentication reader used to extract the credentials from the call.
6262
*/
63-
@Autowired
6463
public ManagerResolverAuthenticatingServerInterceptor(
6564
final AuthenticationManagerResolver<GrpcServerRequest> authenticationManagerResolver,
6665
final GrpcAuthenticationReader authenticationReader) {

0 commit comments

Comments
 (0)