mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
format VetRepository.java
This commit is contained in:
parent
48bc9f07e5
commit
b41b3d7fd0
1 changed files with 0 additions and 1 deletions
|
@ -43,5 +43,4 @@ public interface VetRepository extends Repository<Vet, Integer> {
|
||||||
@CacheResult(cacheName = "vets")
|
@CacheResult(cacheName = "vets")
|
||||||
Collection<Vet> findAll() throws DataAccessException;
|
Collection<Vet> findAll() throws DataAccessException;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue