abhinav7sinha commented on code in PR #3372:
URL: https://github.com/apache/fineract/pull/3372#discussion_r1297318186
##########
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:
Done.
##########
fineract-provider/src/main/java/org/apache/fineract/useradministration/service/PasswordPreferencesWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -32,20 +32,16 @@
import
org.apache.fineract.useradministration.exception.PasswordValidationPolicyNotFoundException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springframework.orm.jpa.JpaSystemException;
-import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
-@Service
public class PasswordPreferencesWritePlatformServiceJpaRepositoryImpl
implements PasswordPreferencesWritePlatformService {
private static final Logger LOG =
LoggerFactory.getLogger(PasswordPreferencesWritePlatformServiceJpaRepositoryImpl.class);
Review Comment:
Done.
--
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]