From 522bb6ee56b63f7f40f182f55bd59741b2eac40b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 11 Nov 2009 18:57:52 +0000 Subject: [PATCH] polish --- .../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 adb3d10b21..6443fa4297 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 -- GitLab