mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
test
This commit is contained in:
parent
735fb1149b
commit
601cd80c91
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.
|
* Retrieve all <code>Vet</code>s from the data store.
|
||||||
*
|
*
|
||||||
* @return a <code>Collection</code> of <code>Vet</code>s
|
* @return a <code>Collection</code> of <code>Vet</code>s
|
||||||
|
* gilad-test
|
||||||
*/
|
*/
|
||||||
Collection<Vet> findAll() throws DataAccessException;
|
Collection<Vet> findAll() throws DataAccessException;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue