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/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.