added missing javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@762132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6e3a9545f
commit
5acb8b11b5
|
@ -25,6 +25,11 @@ import java.util.Locale;
|
|||
|
||||
import org.apache.commons.math.MathRuntimeException;
|
||||
|
||||
/**
|
||||
* Common part shared by both {@link FractionFormat} and {@link BigFractionFormat}.
|
||||
* @version $Revision$ $Date$
|
||||
* @since 2.0
|
||||
*/
|
||||
public abstract class AbstractFormat extends NumberFormat implements Serializable {
|
||||
|
||||
/** Serializable version identifier. */
|
||||
|
|
Loading…
Reference in New Issue