summaryrefslogtreecommitdiff
path: root/qpid/gentools/templ.java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-02-14 16:10:28 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-02-14 16:10:28 +0000
commit5ba2d8238023f6adc481813f0cb9cee1ab18af6b (patch)
tree11afe08508b5e7b9693486e7a9b784c4da920c15 /qpid/gentools/templ.java
parent49dca33a6c050d8b08f0a82ca097cf37116030ff (diff)
downloadqpid-python-5ba2d8238023f6adc481813f0cb9cee1ab18af6b.tar.gz
Missed the commit on these for QPID-162 supplied by Kevin Smith
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/gentools/templ.java')
-rw-r--r--qpid/gentools/templ.java/MethodBodyClass.tmpl2
-rw-r--r--qpid/gentools/templ.java/MethodRegistryClass.tmpl1
2 files changed, 0 insertions, 3 deletions
diff --git a/qpid/gentools/templ.java/MethodBodyClass.tmpl b/qpid/gentools/templ.java/MethodBodyClass.tmpl
index 99663ed815..eb730fd891 100644
--- a/qpid/gentools/templ.java/MethodBodyClass.tmpl
+++ b/qpid/gentools/templ.java/MethodBodyClass.tmpl
@@ -29,8 +29,6 @@
package org.apache.qpid.framing;
import java.util.HashMap;
-import java.util.ArrayList;
-import java.util.Arrays;
import org.apache.mina.common.ByteBuffer;
diff --git a/qpid/gentools/templ.java/MethodRegistryClass.tmpl b/qpid/gentools/templ.java/MethodRegistryClass.tmpl
index c3f11d9f5a..77a2e963e7 100644
--- a/qpid/gentools/templ.java/MethodRegistryClass.tmpl
+++ b/qpid/gentools/templ.java/MethodRegistryClass.tmpl
@@ -29,7 +29,6 @@
package org.apache.qpid.framing;
import java.util.HashMap;
-import java.lang.reflect.Constructor;
import org.apache.log4j.Logger;
import org.apache.mina.common.ByteBuffer;