--- /home/cpdev/src/classpath/javax/swing/CellEditor.java 2005年07月14日 05:32:43.000000000 +0000 +++ javax/swing/CellEditor.java 2005年06月30日 05:35:08.000000000 +0000 @@ -43,10 +43,9 @@ import javax.swing.event.CellEditorListener; /** - * Provides edit capabilities for components that display cells like - * {@link JTable}, {@link JList} and {@link JTree}. - * - * @author Andrew Selkirk + * CellEditor + * @author Andrew Selkirk + * @version 1.0 */ public interface CellEditor {