On 25 Apr 2006 17:02:43 -0600
Tom Tromey <[EMAIL PROTECTED]> wrote:

> I'm checking this in on the generics branch.
> 
> This fixes a few problems on the generics branch as pointed out by
> japi.
> 
> Tom
> 
> 2006-04-25  Tom Tromey  <[EMAIL PROTECTED]>
> 
>       * javax/swing/JComboBox.java (AccessibleJComboBox): Now public.
>       * javax/swing/tree/VariableHeightLayoutCache.java
>       (getVisiblePathsFrom): Genericized.
>       * javax/swing/tree/FixedHeightLayoutCache.java (getVisiblePathsFrom):
>       Genericized.
> 
> Index: javax/swing/JComboBox.java
> ===================================================================
> RCS file: /cvsroot/classpath/classpath/javax/swing/JComboBox.java,v
> retrieving revision 1.8.2.11
> diff -u -r1.8.2.11 JComboBox.java
> --- javax/swing/JComboBox.java        14 Apr 2006 06:50:33 -0000      1.8.2.11
> +++ javax/swing/JComboBox.java        25 Apr 2006 23:06:18 -0000
> @@ -1219,7 +1219,7 @@
>    {
>      private static final long serialVersionUID = 8217828307256675666L;
>  
> -    protected AccessibleJComboBox()
> +    public AccessibleJComboBox()
>      {
>        // Nothing to do here.
>      }

Does the ComboBox change not apply to HEAD too?

Cheers,
-- 
Andrew :-)

Department of Computer Science
University of Sheffield

http://www.dcs.shef.ac.uk/~andrew

Attachment: pgps5n5ar5elR.pgp
Description: PGP signature

Reply via email to