diff options
author | Michael Koch <konqueror@gmx.de> | 2005-04-19 04:40:10 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2005-04-19 04:40:10 +0000 |
commit | 0fabce9650593975dd7e652f66f656f9a1863e32 (patch) | |
tree | 7ad8b24615ce33378f491353176a70b0943c162d /libjava/java/awt/image | |
parent | 005a9448fc3c8e1d46d127e7c570af4f3b1c2664 (diff) | |
download | gcc-0fabce9650593975dd7e652f66f656f9a1863e32.zip gcc-0fabce9650593975dd7e652f66f656f9a1863e32.tar.gz gcc-0fabce9650593975dd7e652f66f656f9a1863e32.tar.bz2 |
ConvolveOp.java: Removed comment added by eclipse.
2005-04-19 Michael Koch <konqueror@gmx.de>
* java/awt/image/ConvolveOp.java:
Removed comment added by eclipse.
From-SVN: r98370
Diffstat (limited to 'libjava/java/awt/image')
-rw-r--r-- | libjava/java/awt/image/ConvolveOp.java | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libjava/java/awt/image/ConvolveOp.java b/libjava/java/awt/image/ConvolveOp.java index c793eee..92a629b 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; |