--- /home/cpdev/src/classpath/javax/swing/MutableComboBoxModel.java	2005-07-14 05:32:44.000000000 +0000
+++ javax/swing/MutableComboBoxModel.java	2005-06-30 05:35:11.000000000 +0000
@@ -38,13 +38,14 @@
 package javax.swing;
 
 /**
- * A data model used in {@link JComboBox}es that keeps track of the
+ * MutableComboBoxModel is interface for data model that keeps track of the
  * components data and provides methods to insert and remove elements from
- * it. The classes implementing this interface should
- * fire appropriate events indicating the undergoing change in the data model.
+ * it. The Classes implementing this interface should  fire appropriate
+ * events indicating the undergoing change in the data model.
  *
  * @author Andrew Selkirk
  * @author Olga Rodimina
+ * @version 1.0
  */
 public interface MutableComboBoxModel extends ComboBoxModel
 {
