2004-02-26 Michael Koch <konqueror@gmx.de>

* gnu/java/awt/ComponentDataBlitOp.java
	(INSTANCE): Made final.
	* gnu/java/awt/image/ImageDecoder.java:
	Reworked imports.
	(cm): Unused, removed.

From-SVN: r78517
This commit is contained in:
Michael Koch
2004-02-26 19:31:57 +00:00
committed by Michael Koch
parent 8c048b4851
commit 135d78c600
3 changed files with 18 additions and 9 deletions
@@ -1,4 +1,4 @@
/* Copyright (C) 2000, 2002 Free Software Foundation
/* Copyright (C) 2000, 2002, 2004 Free Software Foundation
This file is part of GNU Classpath.
@@ -52,7 +52,7 @@ import java.awt.RenderingHints;
*/
public class ComponentDataBlitOp implements RasterOp
{
public static ComponentDataBlitOp INSTANCE = new ComponentDataBlitOp();
public static final ComponentDataBlitOp INSTANCE = new ComponentDataBlitOp();
public WritableRaster filter(Raster src, WritableRaster dest)
{