Changeset b46d1f2 for Prototype Application/Paw5
- Timestamp:
- 03/10/23 16:48:51 (20 months ago)
- Branches:
- main
- Children:
- 0078d84
- Parents:
- 996b8ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/AdopterServiceImplementation.java
r996b8ba rb46d1f2 21 21 22 22 return adopterRepository.findAll().stream() 23 .filter(a -> !a.getVerified() & a.get VerifiedByEmployeeId() == null)23 .filter(a -> !a.getVerified() & a.getemployeeVerificator() == null) 24 24 .collect(Collectors.toList()); 25 25 }
Note:
See TracChangeset
for help on using the changeset viewer.