mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +00:00
Fix typo in OwnerRepository.java
This commit is contained in:
parent
0962ed7e8f
commit
bfd33a8f43
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public interface OwnerRepository extends Repository<Owner, Integer> {
|
|||
void save(Owner owner);
|
||||
|
||||
/**
|
||||
* Returnes all the owners from data store
|
||||
* Returns all the owners from data store
|
||||
**/
|
||||
@Query("SELECT owner FROM Owner owner")
|
||||
@Transactional(readOnly = true)
|
||||
|
|
Loading…
Reference in a new issue