diff options
Diffstat (limited to 'javax/swing/DefaultCellEditor.java')
-rw-r--r-- | javax/swing/DefaultCellEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/swing/DefaultCellEditor.java b/javax/swing/DefaultCellEditor.java index c733c58a5..5c692f91e 100644 --- a/javax/swing/DefaultCellEditor.java +++ b/javax/swing/DefaultCellEditor.java @@ -376,7 +376,7 @@ public class DefaultCellEditor * Create the DefaultCellEditor that uses the text field as its editor * component (appropriate for the text content) * - * @param the text field as will be used as the editor component. + * @param textfield the text field as will be used as the editor component */ public DefaultCellEditor(JTextField textfield) { |