< prev index next >

src/java.base/share/classes/java/text/ChoiceFormat.java

Print this page

        

*** 161,170 **** --- 161,171 ---- * * * @see DecimalFormat * @see MessageFormat * @author Mark Davis + * @since 1.1 */ public class ChoiceFormat extends NumberFormat { // Proclaim serial compatibility with 1.1 FCS private static final long serialVersionUID = 1795184449645032964L;
< prev index next >