< prev index next >

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

Print this page

        

@@ -161,10 +161,11 @@
  *
  *
  * @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 >