Hi Lillian,

On Thu, 2005-09-15 at 10:04 -0400, Lillian Angel wrote:
> --- java/awt/BorderLayout.java  4 Aug 2005 18:10:44 -0000       1.18
> +++ java/awt/BorderLayout.java  15 Sep 2005 14:02:13 -0000
> @@ -423,6 +423,7 @@
>     */
>    public float getLayoutAlignmentX(Container parent)
>    {
> +    System.out.println(parent.getAlignmentX());
>      return(parent.getAlignmentX());
>    }

You left some debug output there.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to