Commit f6dbe305 by Bryce McKinlay Committed by Bryce McKinlay

* java/awt/Frame.java (Frame): Remove println calls.

From-SVN: r55901
parent 92c3670c
2002-07-31 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* java/awt/Frame.java (Frame): Remove println calls.
2002-07-30 Jeff Sturm <jsturm@one-point.com> 2002-07-30 Jeff Sturm <jsturm@one-point.com>
* configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP. * configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP.
......
...@@ -218,9 +218,7 @@ public ...@@ -218,9 +218,7 @@ public
Frame(String title) Frame(String title)
{ {
super(); super();
System.err.println("returned");
this.title = title; this.title = title;
System.err.println("end");
} }
public public
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment