From 0e721e124a80608221b23fe94f49c0370d4bfe02 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 11 Nov 2009 18:57:52 +0000 Subject: [PATCH] polish git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2341 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../org/springframework/format/annotation/NumberFormat.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.springframework.context/src/main/java/org/springframework/format/annotation/NumberFormat.java b/org.springframework.context/src/main/java/org/springframework/format/annotation/NumberFormat.java index adb3d10b210..6443fa4297b 100644 --- a/org.springframework.context/src/main/java/org/springframework/format/annotation/NumberFormat.java +++ b/org.springframework.context/src/main/java/org/springframework/format/annotation/NumberFormat.java @@ -62,17 +62,17 @@ public @interface NumberFormat { public enum Style { /** - * General-purpose number format for the current locale. + * The general-purpose number format for the current locale. */ NUMBER, /** - * A currency format for the current locale. + * The currency format for the current locale. */ CURRENCY, /** - * A percent format for the current locale. + * The percent format for the current locale. */ PERCENT