* java/awt/Frame.java (Frame): Remove println calls.
From-SVN: r55901
This commit is contained in:
parent
92c3670c14
commit
f6dbe305e3
2 changed files with 4 additions and 2 deletions
|
@ -218,9 +218,7 @@ public
|
|||
Frame(String title)
|
||||
{
|
||||
super();
|
||||
System.err.println("returned");
|
||||
this.title = title;
|
||||
System.err.println("end");
|
||||
}
|
||||
|
||||
public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue