diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-12-18 06:36:10 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-12-18 06:36:10 +0000 |
| commit | 1aca5ed069697d2aa0eb743e53e787f79a299902 (patch) | |
| tree | e5ceab4b5a58fbebae6efd70b31ce9b9ac55654e /java/common | |
| parent | 69802897a331bbf7f60abd24b92009d689662fdf (diff) | |
| download | qpid-python-1aca5ed069697d2aa0eb743e53e787f79a299902.tar.gz | |
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
Diffstat (limited to 'java/common')
3 files changed, 0 insertions, 8 deletions
diff --git a/java/common/src/main/java/org/apache/qpid/url/BindingURL.java b/java/common/src/main/java/org/apache/qpid/url/BindingURL.java index 0a95e13e73..76690b3230 100644 --- a/java/common/src/main/java/org/apache/qpid/url/BindingURL.java +++ b/java/common/src/main/java/org/apache/qpid/url/BindingURL.java @@ -20,8 +20,6 @@ */ package org.apache.qpid.url; -import java.util.List; - /* Binding URL format: <exch_class>://<exch_name>/[<destination>]/[<queue>]?<option>='<value>'[,<option>='<value>']* diff --git a/java/common/src/main/xsl/java.xsl b/java/common/src/main/xsl/java.xsl index 685a9a27ed..948415fc18 100644 --- a/java/common/src/main/xsl/java.xsl +++ b/java/common/src/main/xsl/java.xsl @@ -66,8 +66,6 @@ import org.apache.qpid.framing.AMQFrame; import org.apache.qpid.framing.AMQFrameDecodingException; import org.apache.qpid.framing.AMQMethodBody; import org.apache.qpid.framing.EncodableAMQDataBlock; -import org.apache.qpid.framing.EncodingUtils; -import org.apache.qpid.framing.FieldTable; /** * This class is autogenerated, do not modify. [From <xsl:value-of select="$f/parent::frames/@protocol"/>] 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; |
