[Patch] java.awt.image.ConvolveOp
Michael Koch
konqueror@gmx.de
Tue Apr 19 04:41:00 GMT 2005
Hi list,
I just merged the attached patch from GNU classpath to HEAD.
Michael
2005-04-19 Michael Koch <konqueror@gmx.de>
* java/awt/image/ConvolveOp.java:
Removed comment added by eclipse.
-------------- next part --------------
Index: java/awt/image/ConvolveOp.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/awt/image/ConvolveOp.java,v
retrieving revision 1.2
diff -u -r1.2 ConvolveOp.java
--- java/awt/image/ConvolveOp.java 30 Nov 2004 23:58:50 -0000 1.2
+++ java/awt/image/ConvolveOp.java 19 Apr 2005 04:39:22 -0000
@@ -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 @@
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;
More information about the Java-patches
mailing list