Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1815 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
88ae91dfbe
  1. 2
      spring-framework-reference/src/validation.xml

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

@ -1068,7 +1068,7 @@ public @interface Currency { @@ -1068,7 +1068,7 @@ public @interface Currency {
<section id="ui-format-AnnotationFormatterFactory">
<title>AnnotationFormatterFactory</title>
<para>
If your custom annotation has attributes to configure Formatter instance behavior by property, implement a AnnotationFormatterFactory:
If your custom annotation has attributes that configure Formatter instance behavior by property, implement a AnnotationFormatterFactory:
</para>
<programlisting language="java"><![CDATA[
package org.springframework.ui.format;

Loading…
Cancel
Save