From: Michael Koch Date: Tue, 19 Apr 2005 04:40:10 +0000 (+0000) Subject: ConvolveOp.java: Removed comment added by eclipse. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fabce9650593975dd7e652f66f656f9a1863e32;p=gcc.git ConvolveOp.java: Removed comment added by eclipse. 2005-04-19 Michael Koch * java/awt/image/ConvolveOp.java: Removed comment added by eclipse. From-SVN: r98370 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 39bc9b3766c..0911a4a1867 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Michael Koch + + * java/awt/image/ConvolveOp.java: + Removed comment added by eclipse. + 2005-04-19 Guilhem Lavaux * java/awt/image/IndexColorModel.java diff --git a/libjava/java/awt/image/ConvolveOp.java b/libjava/java/awt/image/ConvolveOp.java index c793eee1434..92a629bebec 100644 --- a/libjava/java/awt/image/ConvolveOp.java +++ b/libjava/java/awt/image/ConvolveOp.java @@ -1,4 +1,5 @@ -/* Copyright (C) 2004 Free Software Foundation -- ConvolveOp +/* ConvolveOp.java -- + Copyright (C) 2004 Free Software Foundation -- ConvolveOp This file is part of GNU Classpath. @@ -34,12 +35,7 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ -/* - * Created on Nov 1, 2004 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ + package java.awt.image; import java.awt.Graphics2D;