Hi Roman,

> Index: javax/swing/colorchooser/DefaultSwatchChooserPanel.java
> ===================================================================
> RCS file: 
> /cvsroot/classpath/classpath/javax/swing/colorchooser/DefaultSwatchChooserPanel.java,v
> retrieving revision 1.5
> diff -u -r1.5 DefaultSwatchChooserPanel.java
> --- javax/swing/colorchooser/DefaultSwatchChooserPanel.java   2 Jul 2005 
> 20:32:49 -0000       1.5
> +++ javax/swing/colorchooser/DefaultSwatchChooserPanel.java   18 Oct 2005 
> 20:28:28 -0000
> @@ -587,6 +587,7 @@
>       */
>      public void addLayoutComponent(String name, Component comp)
>      {
> +      // Nothing to do here.
>      }
>  
>      /**
> @@ -634,6 +635,7 @@
>       */
>      public void removeLayoutComponent(Component comp)
>      {
> +      // Nothing to do here.
>      }
>  
>      /**
> @@ -786,6 +788,7 @@
>     */
>    public void updateChooser()
>    {
> +    // Nothing to do here yet.
>    }
>  
I dont understand this. Does this mean

// TODO: implement this

or not?

If so, it would be nice to have a PR about them.

Regards
Robert


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to