From 4c8d8761b008297e42ffe82902e61a10d4a8bb40 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 20 Aug 2001 19:53:14 +0000 Subject: * java/awt/GridBagConstraints.java: Removed comment. From-SVN: r45061 --- libjava/java/awt/GridBagConstraints.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libjava/java/awt/GridBagConstraints.java') diff --git a/libjava/java/awt/GridBagConstraints.java b/libjava/java/awt/GridBagConstraints.java index 2c34cc9..27e6658 100644 --- a/libjava/java/awt/GridBagConstraints.java +++ b/libjava/java/awt/GridBagConstraints.java @@ -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; -- cgit v1.1