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

From-SVN: r55901
This commit is contained in:
Bryce McKinlay 2002-07-31 08:19:51 +00:00 committed by Bryce McKinlay
parent 92c3670c14
commit f6dbe305e3
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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>
* configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP.

View file

@ -218,9 +218,7 @@ public
Frame(String title)
{
super();
System.err.println("returned");
this.title = title;
System.err.println("end");
}
public