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:
Luc Maisonobe 2009-04-05 18:49:01 +00:00
parent f6e3a9545f
commit 5acb8b11b5
1 changed files with 5 additions and 0 deletions

View File

@ -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. */