Skip to content

Issue 81 create client personal data service#100

Open
ChirkinaTanya wants to merge 5 commits intodevelopfrom
Issue_81_create_client_personal_data_service
Open

Issue 81 create client personal data service#100
ChirkinaTanya wants to merge 5 commits intodevelopfrom
Issue_81_create_client_personal_data_service

Conversation

@ChirkinaTanya
Copy link
Collaborator

No description provided.

@ChirkinaTanya ChirkinaTanya linked an issue Mar 2, 2020 that may be closed by this pull request
private DrivingLicenseDao drivingLicenseDao;
private PasswordHashService passwordHashService;

public PersonalDataServiceImpl(UsersDao usersDao, PassportDao passportDao, PasswordHashService passwordHashService){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

long line

}


}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

long lines and too many empty lines

UsersEntity usersEntity = usersDao.get(userId);
PassportEntity passportEntity = passportDao.get(usersEntity.getPassId());
if (usersEntity == null){
throw new RuntimeException();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to write some kind of message

Copy link
Collaborator

@PavelEzhkov PavelEzhkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve all comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Client Personal data service

4 participants