From 7bdc67b41fec3571d65728ec2436b7c591c3740e Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 20 Aug 2001 19:53:14 +0000 Subject: * java/awt/GridBagConstraints.java: Removed comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45061 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/awt/GridBagConstraints.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libjava/java') diff --git a/libjava/java/awt/GridBagConstraints.java b/libjava/java/awt/GridBagConstraints.java index 2c34cc9b42f..27e66587e6c 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.2.3