Skip to content

Commit

Permalink
Remove unnecessary Autowired annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrabisajad committed Apr 15, 2024
1 parent 4a754c2 commit 58b356e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public class DefaultAuthenticatingServerInterceptor extends AbstractAuthenticati
* @param authenticationManager The authentication manager used to verify the credentials.
* @param authenticationReader The authentication reader used to extract the credentials from the call.
*/
@Autowired
public DefaultAuthenticatingServerInterceptor(final AuthenticationManager authenticationManager,
final GrpcAuthenticationReader authenticationReader) {
super(authenticationReader);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public class ManagerResolverAuthenticatingServerInterceptor extends AbstractAuth
* @param authenticationManagerResolver The authentication manager resolver used to verify the credentials.
* @param authenticationReader The authentication reader used to extract the credentials from the call.
*/
@Autowired
public ManagerResolverAuthenticatingServerInterceptor(
final AuthenticationManagerResolver<GrpcServerRequest> authenticationManagerResolver,
final GrpcAuthenticationReader authenticationReader) {
Expand Down

0 comments on commit 58b356e

Please sign in to comment.