mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-16 10:51:12 +00:00
Remove unused findAll method from OwnerRepository and related test setup
Signed-off-by: Antoine Rey <antoine.rey@free.fr>
This commit is contained in:
parent
c5af32d5a1
commit
3a931080d4
2 changed files with 0 additions and 7 deletions
|
|
@ -69,9 +69,4 @@ public interface OwnerRepository extends JpaRepository<Owner, Integer> {
|
|||
*/
|
||||
Optional<Owner> findById(@Nonnull Integer id);
|
||||
|
||||
/**
|
||||
* Returns all the owners from data store
|
||||
**/
|
||||
Page<Owner> findAll(Pageable pageable);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue