On Fri, 2005-06-17 at 08:17 -0600, Tom Tromey wrote:
> >>>>> "Lillian" == Lillian Angel <[EMAIL PROTECTED]> writes:
> 
> A small formatting nit ...
> 
> Lillian> +            if (p instanceof JScrollPane && !vd.equals( new 
> Dimension() ))
> Lillian> +                    ( (JScrollPane) p ).setPreferredSize( vd );
> 
> The spaces are in the wrong places here.  Should be:
> 
>       if (p instanceof JScrollPane && !vd.equals (new Dimension()))
>               ((JScrollPane) p).setPreferredSize(vd);
> 
> Tom

Thanks! I'll be sure to do that correctly next time.

Lillian



_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to