[cp-patches] FYI: Choice.java - API doc fix

2006-09-05 Thread Dave Gilbert
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 =

[cp-patches] FYI: Choice.java

2006-08-01 Thread Tania Bento
Hey, This patch modifies the remove(int) method. It now makes classpath pass a couple of failing Intel tests. I have a mauve test for the remove method and will be committing it after I commit this patch. 2006-08-01 Tania Bento <[EMAIL PROTECTED]> * java/awt/Choice.java (rem