vidakovic commented on code in PR #3372:
URL: https://github.com/apache/fineract/pull/3372#discussion_r1296877177
##########
fineract-provider/src/main/java/org/apache/fineract/useradministration/service/AppUserReadPlatformServiceImpl.java:
##########
@@ -55,7 +52,6 @@ public class AppUserReadPlatformServiceImpl implements
AppUserReadPlatformServic
private final AppUserRepository appUserRepository;
private final StaffReadPlatformService staffReadPlatformService;
- @Autowired
public AppUserReadPlatformServiceImpl(final PlatformSecurityContext
context, final JdbcTemplate jdbcTemplate,
Review Comment:
Just a minor thing: let's take the opportunity to clean up situations like
these... not necessarily wrong, but we can use the Lombok
@RequiredArgsConstructor class annotation and get rid of the constructor
boilerplate code. Saves us again a bunch of unnecessary lines of code.
--
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]