summaryrefslogtreecommitdiff
path: root/java/awt/Choice.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/awt/Choice.java')
-rw-r--r--java/awt/Choice.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/awt/Choice.java b/java/awt/Choice.java
index 3113c599c..ae89b9e99 100644
--- a/java/awt/Choice.java
+++ b/java/awt/Choice.java
@@ -255,8 +255,8 @@ public class Choice extends Component
/**
* Adds the specified item to this choice box.
*
- * This method is oboslete since Java 2 platform 1.1. Please use @see add
- * instead.
+ * This method is oboslete since Java 2 platform 1.1. Please use
+ * {@link #add(String)} instead.
*
* @param item The item to add.
*