vidakovic commented on code in PR #3374:
URL: https://github.com/apache/fineract/pull/3374#discussion_r1296892094
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/tax/service/TaxReadPlatformServiceImpl.java:
##########
@@ -49,7 +48,7 @@ public class TaxReadPlatformServiceImpl implements
TaxReadPlatformService {
private final JdbcTemplate jdbcTemplate;
private final AccountingDropdownReadPlatformService
accountingDropdownReadPlatformService;
- @Autowired
+
public TaxReadPlatformServiceImpl(final JdbcTemplate jdbcTemplate,
Review Comment:
Please use Lombok annotations to get rid of the constructor. Let's clean up
when we have the opportunity.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]