/hg/gfx-test: Removed unused imports.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu Sep 30 02:34:27 PDT 2010


changeset b86bf2b73222 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=b86bf2b73222
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Thu Sep 30 11:34:58 2010 +0200

	Removed unused imports.


diffstat:

1 file changed, 3 deletions(-)
src/org/gfxtest/testsuites/SpecialCases.java |    3 ---

diffs (17 lines):

diff -r e6366a474636 -r b86bf2b73222 src/org/gfxtest/testsuites/SpecialCases.java
--- a/src/org/gfxtest/testsuites/SpecialCases.java	Thu Sep 30 11:32:12 2010 +0200
+++ b/src/org/gfxtest/testsuites/SpecialCases.java	Thu Sep 30 11:34:58 2010 +0200
@@ -41,13 +41,10 @@ package org.gfxtest.testsuites;
 package org.gfxtest.testsuites;
 
 import java.awt.*;
-import java.awt.geom.Path2D.Double;
 import java.awt.geom.Path2D;
 
 import org.gfxtest.framework.*;
 import org.gfxtest.framework.annotations.*;
-
-import java.awt.image.BufferedImage;
 
 /**
  * This test renders various special cases, such as curves with cusps, curves



More information about the distro-pkg-dev mailing list