Ignore:
Timestamp:
02/16/23 14:45:18 (17 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
9a180fd
Parents:
59a8941 (diff), eef07ff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge changes from main & resolve conflicts

Location:
Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/AuthServiceImplementation.java

    r59a8941 r50f2c2a  
    1717
    1818@Service
    19 public class AuthServiceImpl implements AuthService {
     19public class AuthServiceImplementation implements AuthService {
    2020
    2121    private final UserRepository userRepository;
     
    2323    private final EmployeeRepository employeeRepository;
    2424
    25     public AuthServiceImpl(UserRepository userRepository, AdopterRepository adopterRepository, EmployeeRepository employeeRepository) {
     25    public AuthServiceImplementation(UserRepository userRepository, AdopterRepository adopterRepository, EmployeeRepository employeeRepository) {
    2626        this.userRepository = userRepository;
    2727        this.adopterRepository = adopterRepository;
  • Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/OrganisationServiceImplementation.java

    r59a8941 r50f2c2a  
    88import java.util.List;
    99@Service
    10 public class OrganisationServiceImpl implements OrganisationService {
     10public class OrganisationServiceImplementation implements OrganisationService {
    1111    private final OrganisationRepository organisationRepository;
    1212
    13     public OrganisationServiceImpl(OrganisationRepository organisationRepository) {
     13    public OrganisationServiceImplementation(OrganisationRepository organisationRepository) {
    1414        this.organisationRepository = organisationRepository;
    1515    }
Note: See TracChangeset for help on using the changeset viewer.