This commit is contained in:
giladsh1 2016-07-11 17:22:41 +00:00 committed by GitHub
commit d17e673281

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;