This patch (committed) fixes a tiny glitch in the API docs for
java.awt.Choice:
2006-09-05 David Gilbert <[EMAIL PROTECTED]>
* java/awt/Choice.java
(addItem): Fixed API doc glitch.
Regards,
Dave
Index: java/awt/Choice.java
===================================================================
RCS file: /sources/classpath/classpath/java/awt/Choice.java,v
retrieving revision 1.30
diff -u -r1.30 Choice.java
--- java/awt/Choice.java 3 Aug 2006 04:31:03 -0000 1.30
+++ java/awt/Choice.java 5 Sep 2006 20:29:56 -0000
@@ -255,8 +255,8 @@
/**
* 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
+ * [EMAIL PROTECTED] #add(String)} instead.
*
* @param item The item to add.
*