vidakovic commented on code in PR #5903:
URL: https://github.com/apache/fineract/pull/5903#discussion_r3340060542
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/SchedularWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -46,16 +46,13 @@ public class SchedularWritePlatformServiceJpaRepositoryImpl
implements Schedular
private final SchedulerDetailRepository schedulerDetailRepository;
- private final JobDetailDataValidator dataValidator;
-
@Autowired
public SchedularWritePlatformServiceJpaRepositoryImpl(final
ScheduledJobDetailRepository scheduledJobDetailsRepository,
Review Comment:
Use of "@Autowired" is deprecated and not necessary anymore. Let's use
Lombok "@RequiredArgsConstructor" then we can avoid the constructor boilerplate
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]