This commit is contained in:
giladsh1@gmail.com 2015-06-18 06:49:19 -07:00
parent 735fb1149b
commit 601cd80c91

View file

@ -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;