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

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.