diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-01-27 11:33:42 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-01-27 11:33:42 +0000 |
| commit | f8a69b681aa852848c0b720481f45de8ca934f78 (patch) | |
| tree | bc3d0d5145b4be33aa8bfcee34e1c1b0b11caf28 /qpid/java/common/templates/model/MethodDispatcherInterface.vm | |
| parent | 7210d9f8aaecf65d0469787c5b99192606ef3a8a (diff) | |
| download | qpid-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/templates/model/MethodDispatcherInterface.vm')
| -rw-r--r-- | qpid/java/common/templates/model/MethodDispatcherInterface.vm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/java/common/templates/model/MethodDispatcherInterface.vm b/qpid/java/common/templates/model/MethodDispatcherInterface.vm index ff14715fef..a2c6328c4e 100644 --- a/qpid/java/common/templates/model/MethodDispatcherInterface.vm +++ b/qpid/java/common/templates/model/MethodDispatcherInterface.vm @@ -30,10 +30,7 @@ package org.apache.qpid.framing;
-import org.apache.qpid.AMQException;
-
-
public interface MethodDispatcher extends
ClientMethodDispatcher, ServerMethodDispatcher
{
-}
\ No newline at end of file +}
|
