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
This commit is contained in:
parent
005a9448fc
commit
0fabce9650
2 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-04-19 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
|
* java/awt/image/ConvolveOp.java:
|
||||||
|
Removed comment added by eclipse.
|
||||||
|
|
||||||
2005-04-19 Guilhem Lavaux <guilhem@kaffe.org>
|
2005-04-19 Guilhem Lavaux <guilhem@kaffe.org>
|
||||||
|
|
||||||
* java/awt/image/IndexColorModel.java
|
* java/awt/image/IndexColorModel.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.
|
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
|
obligated to do so. If you do not wish to do so, delete this
|
||||||
exception statement from your version. */
|
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;
|
package java.awt.image;
|
||||||
|
|
||||||
import java.awt.Graphics2D;
|
import java.awt.Graphics2D;
|
||||||
|
|
Loading…
Add table
Reference in a new issue