From 1aca5ed069697d2aa0eb743e53e787f79a299902 Mon Sep 17 00:00:00 2001 From: Stephen Vinoski Date: Mon, 18 Dec 2006 06:36:10 +0000 Subject: remove unused imports Remove unused imports for common, broker, client, and systests as reported by Eclipse. Note that this includes imports in the Java XSL template used to generate the framing code in common. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488134 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/qpid/framing/JMSPropertyFieldTableTest.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'java/common/src/test') diff --git a/java/common/src/test/java/org/apache/qpid/framing/JMSPropertyFieldTableTest.java b/java/common/src/test/java/org/apache/qpid/framing/JMSPropertyFieldTableTest.java index 865735499b..9cad31766b 100644 --- a/java/common/src/test/java/org/apache/qpid/framing/JMSPropertyFieldTableTest.java +++ b/java/common/src/test/java/org/apache/qpid/framing/JMSPropertyFieldTableTest.java @@ -24,11 +24,7 @@ import junit.framework.Assert; import junit.framework.TestCase; import java.util.Enumeration; -import java.util.Iterator; -import java.util.Map; -import java.util.HashMap; -import org.apache.mina.common.ByteBuffer; import org.apache.log4j.Logger; import javax.jms.JMSException; -- cgit v1.2.1