src/share/classes/javax/swing/DefaultComboBoxModel.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

@@ -33,10 +33,11 @@
  *
  * @param <E> the type of the elements of this model
  *
  * @author Arnaud Weber
  * @author Tom Santos
+ * @since 1.2
  */
 @SuppressWarnings("serial") // Superclass is not serializable across versions
 public class DefaultComboBoxModel<E> extends AbstractListModel<E> implements MutableComboBoxModel<E>, Serializable {
     Vector<E> objects;
     Object selectedObject;