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/src/test | |
| 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/src/test')
| -rw-r--r-- | java/common/src/test/java/org/apache/qpid/framing/JMSPropertyFieldTableTest.java | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
