mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
minor issue in javadoc comment
This commit is contained in:
parent
ebe7551076
commit
254d05a008
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue