From df4921be47d527609342f1a95d595eb12b28160b Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 23 Feb 2007 16:16:04 +0000 Subject: Tidy-up of java templates to remove unused includes and declarations in generated code git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@511004 13f79535-47bb-0310-9956-ffa450edef68 --- gentools/templ.java/MethodRegistryClass.tmpl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gentools/templ.java/MethodRegistryClass.tmpl') 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 classIDMethodIDVersionBodyMap = new HashMap(); - - 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; -- cgit v1.2.1