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
|
||||
* {@link NumberFormat#getInstance(Locale)} by default.
|
||||
*
|
||||
* @author Keith Donald
|
||||
* @see NumberFormat
|
||||
* @see DecimalFormat
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ import java.util.Locale;
|
|||
|
||||
/**
|
||||
* Produces NumberFormat instances that format integer values.
|
||||
*
|
||||
* @author Keith Donald
|
||||
* @see NumberFormat
|
||||
* @since 3.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ import java.util.Locale;
|
|||
|
||||
/**
|
||||
* Produces NumberFormat instances that format percent values.
|
||||
*
|
||||
* @see NumberFormat
|
||||
* @author Keith Donald
|
||||
* @since 3.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue