Index: Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/AdopterServiceImplementation.java
===================================================================
--- Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/AdopterServiceImplementation.java	(revision 996b8ba733bf3eebceebea1c3849a3a74314ce66)
+++ Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/AdopterServiceImplementation.java	(revision b46d1f26dfd32f9eaa287bdfc552b2c58b5e539e)
@@ -21,5 +21,5 @@
 
         return adopterRepository.findAll().stream()
-                .filter(a -> !a.getVerified() & a.getVerifiedByEmployeeId() == null)
+                .filter(a -> !a.getVerified() & a.getemployeeVerificator() == null)
                 .collect(Collectors.toList());
     }
