This commit is contained in:
Keith Donald 2009-06-13 18:38:04 +00:00
parent 7ef1dace6e
commit 3504ba3374
4 changed files with 2 additions and 6 deletions

View File

@ -25,7 +25,6 @@ import org.apache.commons.logging.LogFactory;
/**
* Works with a general purpose {@link DecimalFormat} instance returned by calling
* {@link NumberFormat#getInstance(Locale)} by default.
*
* @author Keith Donald
* @see NumberFormat
* @see DecimalFormat

View File

@ -20,7 +20,6 @@ import java.util.Locale;
/**
* Produces NumberFormat instances that format integer values.
*
* @author Keith Donald
* @see NumberFormat
* @since 3.0

View File

@ -19,9 +19,8 @@ import java.text.NumberFormat;
import java.util.Locale;
/**
* A factory for {@link NumberFormat} objects. Conceals the complexity associated with configuring, constructing, and/or
* caching number format instances.
*
* A factory for {@link NumberFormat} objects.
* Conceals the complexity associated with configuring, constructing, and/or caching number format instances.
* @author Keith Donald
* @since 3.0
*/

View File

@ -21,7 +21,6 @@ import java.util.Locale;
/**
* Produces NumberFormat instances that format percent values.
*
* @see NumberFormat
* @author Keith Donald
* @since 3.0