From 74f683aaa94e8f3dd27bbcb1e9da0c62d02d3fd3 Mon Sep 17 00:00:00 2001 From: michaelisvy <misvy@gopivotal,com> Date: Sat, 18 Oct 2014 22:13:01 +0800 Subject: [PATCH] Fixed typo --- .../samples/petclinic/repository/jdbc/JdbcPet.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 b548629..f2ed258 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 { -- GitLab