--- /home/cpdev/src/classpath/javax/swing/ComboBoxModel.java	2005-07-14 05:32:43.000000000 +0000
+++ javax/swing/ComboBoxModel.java	2005-06-30 05:35:08.000000000 +0000
@@ -39,12 +39,13 @@
 
 
 /**
- * The data model for {@link JComboBox}. This model keeps
+ * ComboBoxModel is a data model for JComboBox. This model keeps
  * track of elements contained in the JComboBox as well as the current
  * combo box selection. Whenever selection in the JComboBox changes, the
  * ComboBoxModel should fire ListDataEvents to ComboBox's ListDataListeners.
  *
- * @author Andrew Selkirk
+ * @author        Andrew Selkirk
+ * @version        1.0
  */
 public interface ComboBoxModel extends ListModel
 {
