mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge 601cd80c91
into eddc72cfa8
This commit is contained in:
commit
d17e673281
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public interface VetRepository {
|
|||
* Retrieve all <code>Vet</code>s from the data store.
|
||||
*
|
||||
* @return a <code>Collection</code> of <code>Vet</code>s
|
||||
* gilad-test
|
||||
*/
|
||||
Collection<Vet> findAll() throws DataAccessException;
|
||||
|
||||
|
|
Loading…
Reference in a new issue