mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-29 05:32:48 +00:00
Fixed typo
This commit is contained in:
parent
0a03a05590
commit
74f683aaa9
1 changed files with 1 additions and 2 deletions
|
@ -18,11 +18,10 @@ package org.springframework.samples.petclinic.repository.jdbc;
|
||||||
import org.springframework.samples.petclinic.model.Pet;
|
import org.springframework.samples.petclinic.model.Pet;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Subclass of Pet that carries temporary id properties which are only relevant for a JDBC implmentation of the
|
* Subclass of Pet that carries temporary id properties which are only relevant for a JDBC implementation of the
|
||||||
* ClinicService.
|
* ClinicService.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @see JdbcClinicImpl
|
|
||||||
*/
|
*/
|
||||||
class JdbcPet extends Pet {
|
class JdbcPet extends Pet {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue