Skip to content

Commit

Permalink
Add obsolete to db properties. Remove db checks from batch job. Remove
Browse files Browse the repository at this point in the history
qualifier annotation.
  • Loading branch information
khys95 committed Aug 5, 2024
1 parent 579fdef commit 27a213f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,7 @@ public void setBilling(CellStub billingStub) {
}

@Autowired(required = false)
@Qualifier("")
public void setTransferTemplate( KafkaTemplate kafkaTemplate) {
public void setTransferTemplate(KafkaTemplate kafkaTemplate) {
_kafkaSender = kafkaTemplate::sendDefault;
}

Expand Down

0 comments on commit 27a213f

Please sign in to comment.