aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/swing/ComboBoxEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/swing/ComboBoxEditor.java')
-rw-r--r--libjava/classpath/javax/swing/ComboBoxEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/swing/ComboBoxEditor.java b/libjava/classpath/javax/swing/ComboBoxEditor.java
index 4eb5fc56206..8e914e4b9fe 100644
--- a/libjava/classpath/javax/swing/ComboBoxEditor.java
+++ b/libjava/classpath/javax/swing/ComboBoxEditor.java
@@ -64,7 +64,7 @@ public interface ComboBoxEditor
* combo box list then this method should be called to change editting item
* to the new selected item.
*
- * @param selectedItem item that is currently selected in the combo box
+ * @param item item that is currently selected in the combo box
*/
void setItem(Object item);