polish
This commit is contained in:
parent
7ef1dace6e
commit
3504ba3374
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue