diff --git a/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcPet.java b/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcPet.java index b548629c76b899eea94d4e7c5493a292303c0fd1..f2ed258238b06c7fb07e20799499514567065a93 100644 --- a/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcPet.java +++ b/src/main/java/org/springframework/samples/petclinic/repository/jdbc/JdbcPet.java @@ -18,11 +18,10 @@ package org.springframework.samples.petclinic.repository.jdbc; 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. * * @author Juergen Hoeller - * @see JdbcClinicImpl */ class JdbcPet extends Pet {