Skip to content

Commit

Permalink
Remove obsolete @Autowired annotation (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermarc authored Jan 15, 2024
1 parent 2f9f383 commit 802d35c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Collectors;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;

Expand Down Expand Up @@ -48,7 +47,6 @@ public class NotesServiceHandler implements EventHandler {
private final ApiBusinessPartner bupa;
private final CqnAnalyzer analyzer;

@Autowired
NotesServiceHandler(@Qualifier(ApiBusinessPartner_.CDS_NAME) ApiBusinessPartner bupa, CdsModel model) {
this.bupa = bupa;
this.analyzer = CqnAnalyzer.create(model);
Expand Down

0 comments on commit 802d35c

Please sign in to comment.