* java/awt/GridBagConstraints.java: Removed comment.
From-SVN: r45061
This commit is contained in:
parent
a4f291fc90
commit
4c8d8761b0
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// GridBagConstraints.java - Constraints for GridBag layout manager
|
||||
|
||||
/* Copyright (C) 2000 Free Software Foundation
|
||||
/* Copyright (C) 2000, 2001 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
|
@ -64,7 +64,6 @@ public class GridBagConstraints implements Cloneable, Serializable
|
|||
/** Create a copy of this object. */
|
||||
public Object clone ()
|
||||
{
|
||||
// This is lazy but it works.
|
||||
GridBagConstraints g = (GridBagConstraints) super.clone ();
|
||||
g.insets = (Insets) insets.clone ();
|
||||
return g;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue