Ignore:
Timestamp:
02/10/22 12:55:53 (2 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
d770228
Parents:
ad4da86
Message:

fix in verifyParkingSession

File:
1 moved

Legend:

Unmodified
Added
Removed
  • sources/app/src/main/java/parkup/controllers/WorkerController.java

    rad4da86 rccb2d72  
    1414
    1515@RestController
    16 public class VrabotenController {
     16public class WorkerController {
    1717    private final WorkerService workerService;
    1818//    private final RegistrationServiceW registrationServiceW;
    1919
    2020    @Autowired
    21     public VrabotenController(WorkerService workerService) {
     21    public WorkerController(WorkerService workerService) {
    2222        this.workerService = workerService;
    2323    }
Note: See TracChangeset for help on using the changeset viewer.