From 254d05a00842ace434d227ac8a7675452ee7888b Mon Sep 17 00:00:00 2001 From: Mic <misvy@vmware.com> Date: Thu, 14 Feb 2013 11:45:14 +0800 Subject: [PATCH] minor issue in javadoc comment --- .../springframework/samples/petclinic/web/PetTypeFormatter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/samples/petclinic/web/PetTypeFormatter.java b/src/main/java/org/springframework/samples/petclinic/web/PetTypeFormatter.java index 00ee845..6217ba8 100644 --- a/src/main/java/org/springframework/samples/petclinic/web/PetTypeFormatter.java +++ b/src/main/java/org/springframework/samples/petclinic/web/PetTypeFormatter.java @@ -29,7 +29,7 @@ import org.springframework.samples.petclinic.service.ClinicService; * Instructs Spring MVC on how to parse and print elements of type 'PetType'. * Starting from Spring 3.0, Formatters have come as an improvement in comparison to legacy PropertyEditors. * See the following links for more details: - * - The Spring ref doc: {@linktourl http://static.springsource.org/spring/docs/current/spring-framework-reference/html/validation.html#format-Formatter-SPI + * - The Spring ref doc: http://static.springsource.org/spring/docs/current/spring-framework-reference/html/validation.html#format-Formatter-SPI * - A nice blog entry from Gordon Dickens: http://gordondickens.com/wordpress/2010/09/30/using-spring-3-0-custom-type-converter/ * * Also see how the bean 'conversionService' has been declared inside /WEB-INF/mvc-core-config.xml -- GitLab