mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Removing deprecated javadoc
This commit is contained in:
parent
7fe5184bc8
commit
0fdd1504b4
1 changed files with 1 additions and 4 deletions
|
@ -32,8 +32,7 @@ import org.springframework.samples.petclinic.util.EntityUtils;
|
||||||
import org.springframework.stereotype.Repository;
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple JDBC-based implementation of the {@link VetRepository} interface. Uses @Cacheable to cache the result of the
|
* A simple JDBC-based implementation of the {@link VetRepository} interface.
|
||||||
* {@link findAll} method
|
|
||||||
*
|
*
|
||||||
* @author Ken Krebs
|
* @author Ken Krebs
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
@ -55,8 +54,6 @@ public class JdbcVetRepositoryImpl implements VetRepository {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Refresh the cache of Vets that the ClinicService is holding.
|
* Refresh the cache of Vets that the ClinicService is holding.
|
||||||
*
|
|
||||||
* @see org.springframework.samples.petclinic.model.service.ClinicService#shouldFindVets()
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Collection<Vet> findAll() throws DataAccessException {
|
public Collection<Vet> findAll() throws DataAccessException {
|
||||||
|
|
Loading…
Reference in a new issue