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 * Works with a general purpose {@link DecimalFormat} instance returned by calling
* {@link NumberFormat#getInstance(Locale)} by default. * {@link NumberFormat#getInstance(Locale)} by default.
*
* @author Keith Donald * @author Keith Donald
* @see NumberFormat * @see NumberFormat
* @see DecimalFormat * @see DecimalFormat

View File

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

View File

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

View File

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