On Fri, 2006-03-17 at 10:12 -0700, Tom Tromey wrote:
> >>>>> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes:
>
> Tom> This patch comes from Caolan McNamara. It completes our Spring and
> Tom> SpringLayout implementations.
>
> Nice!
>
> Tom> + // protected abstract String springdebug();
>
> Commented-out code ... gross.
> In this case it seems to me that the debug stuff could comfortably be
> put into toString() methods.
Good point. Fix committed.
Tom
2006-03-17 Thomas Fitzsimmons <[EMAIL PROTECTED]>
* javax/swing/Spring.java: Uncomment springdebug methods and
rename them toString.
* javax/swing/SpringLayout.java: Likewise.