JavaDoc typo

This commit is contained in:
Sam Brannen
2009-06-12 09:29:24 +00:00
parent 3ca8c9be17
commit 20195eb66b

View File

@@ -38,7 +38,7 @@ import org.springframework.core.style.ToStringCreator;
* code("invalidFormat").
* arg("mathForm.decimalField").
* arg("#,###.##").
* defaultText("The decimal field must be in format #,####.##").
* defaultText("The decimal field must be in format #,###.##").
* build();
* </pre>
* </p>