Browse Source

polish

pull/23217/head
Keith Donald 16 years ago
parent
commit
035a2beaf5
  1. 2
      spring-framework-reference/src/validation.xml

2
spring-framework-reference/src/validation.xml

@ -795,7 +795,7 @@ public class StringToInteger implements Converter<String, Integer> { @@ -795,7 +795,7 @@ public class StringToInteger implements Converter<String, Integer> {
<section id="core-convert-ConverterFactory-SPI">
<title>ConverterFactory</title>
<para>
When you need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement a <interfacename>ConverterFactory</interfacename>ConverterFactory:
When you need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement a <interfacename>ConverterFactory</interfacename>:
</para>
<programlisting language="java"><![CDATA[
package org.springframework.core.converter;

Loading…
Cancel
Save