Skip to content

Commit

Permalink
added both javax Inject and google Inject in Sync processor
Browse files Browse the repository at this point in the history
  • Loading branch information
harishb2k committed Oct 8, 2024
1 parent f3c9544 commit 71aa356
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class SyncRequestProcessor implements IRequestProcessor {
private final IHttpResponseProcessor httpResponseProcessor;
private final IMetrics metrics;

@com.google.inject.Inject
@Inject
public SyncRequestProcessor(ServerRegistry serverRegistry, ApiRegistry apiRegistry, IHttpResponseProcessor httpResponseProcessor, IMetrics metrics) {
this.serverRegistry = serverRegistry;
Expand Down

0 comments on commit 71aa356

Please sign in to comment.