mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 09:09:35 +08:00
* java/awt/GridBagConstraints.java: Removed comment.
From-SVN: r45061
This commit is contained in:
parent
a4f291fc90
commit
4c8d8761b0
@ -1,5 +1,7 @@
|
||||
2001-08-20 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/awt/GridBagConstraints.java: Removed comment.
|
||||
|
||||
* jni.cc (nathash, nathash_count, nathash_size): New globals.
|
||||
(DELETED_ENTRY): New define.
|
||||
(hash): New function.
|
||||
|
@ -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…
Reference in New Issue
Block a user