From b3777d116ef961d0f1f3bb5575e3856668e48d81 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 2 Aug 2010 08:36:08 +0000 Subject: [PATCH] simplified javadoc wording git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@981416 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math/exception/LocalizedFormats.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math/exception/LocalizedFormats.java b/src/main/java/org/apache/commons/math/exception/LocalizedFormats.java index a44802531..af9f522d7 100644 --- a/src/main/java/org/apache/commons/math/exception/LocalizedFormats.java +++ b/src/main/java/org/apache/commons/math/exception/LocalizedFormats.java @@ -21,8 +21,7 @@ import java.util.MissingResourceException; import java.util.ResourceBundle; /** - * Enumeration for localized messages formats used for exemple - * in exceptions messages. + * Enumeration for localized messages formats used in exceptions messages. *

* The constants in this enumeration represent the available * formats as localized strings. These formats are intended to be