summaryrefslogtreecommitdiff
path: root/qpid/java/common/Invoker.tpl
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2012-01-27 11:33:42 +0000
committerRobert Godfrey <rgodfrey@apache.org>2012-01-27 11:33:42 +0000
commitf8a69b681aa852848c0b720481f45de8ca934f78 (patch)
treebc3d0d5145b4be33aa8bfcee34e1c1b0b11caf28 /qpid/java/common/Invoker.tpl
parent7210d9f8aaecf65d0469787c5b99192606ef3a8a (diff)
downloadqpid-python-f8a69b681aa852848c0b720481f45de8ca934f78.tar.gz
NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused/redundant imports (keep Checkstyle happy)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1236638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/Invoker.tpl')
-rw-r--r--qpid/java/common/Invoker.tpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/java/common/Invoker.tpl b/qpid/java/common/Invoker.tpl
index 2eed43ad28..2087710517 100644
--- a/qpid/java/common/Invoker.tpl
+++ b/qpid/java/common/Invoker.tpl
@@ -21,10 +21,7 @@ package org.apache.qpid.transport;
*/
-import java.nio.ByteBuffer;
-import java.util.List;
import java.util.Map;
-import java.util.UUID;
public abstract class $(invoker) {
${