summaryrefslogtreecommitdiff
path: root/gentools/templ.java
diff options
context:
space:
mode:
Diffstat (limited to 'gentools/templ.java')
-rw-r--r--gentools/templ.java/MethodBodyClass.tmpl2
-rw-r--r--gentools/templ.java/MethodRegistryClass.tmpl6
2 files changed, 0 insertions, 8 deletions
diff --git a/gentools/templ.java/MethodBodyClass.tmpl b/gentools/templ.java/MethodBodyClass.tmpl
index eb7a62ed0e..11753394e7 100644
--- a/gentools/templ.java/MethodBodyClass.tmpl
+++ b/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/gentools/templ.java/MethodRegistryClass.tmpl b/gentools/templ.java/MethodRegistryClass.tmpl
index c3f11d9f5a..12e6fe250e 100644
--- a/gentools/templ.java/MethodRegistryClass.tmpl
+++ b/gentools/templ.java/MethodRegistryClass.tmpl
@@ -28,18 +28,12 @@
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;
public class MainRegistry
{
- private static final HashMap<Long, AMQMethodBodyInstanceFactory> classIDMethodIDVersionBodyMap = new HashMap<Long, AMQMethodBodyInstanceFactory>();
-
-
private static final Logger _log = Logger.getLogger(MainRegistry.class);
-
private static final int DEFAULT_MINOR_VERSION_COUNT = 10;
private static final int DEFAULT_MAJOR_VERSION_COUNT = 10;