diff options
| author | Robert Greig <rgreig@apache.org> | 2006-12-22 23:55:13 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2006-12-22 23:55:13 +0000 |
| commit | 42e76f82d4a28a521433a2542dae32436b98aef7 (patch) | |
| tree | 240ae3d08fc4710716e0fb4f430c6614b472ec43 /qpid/java/client | |
| parent | 6acf1d9627afa3a077c13f54982d082a173e48cc (diff) | |
| download | qpid-python-42e76f82d4a28a521433a2542dae32436b98aef7.tar.gz | |
QPID-229 Fixed spurious import in test class
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/JMSDestinationTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/JMSDestinationTest.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/JMSDestinationTest.java index 27736ac473..c14b5317c7 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/JMSDestinationTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/JMSDestinationTest.java @@ -11,7 +11,6 @@ import org.apache.qpid.url.AMQBindingURL; import org.apache.qpid.url.BindingURL;
import org.apache.qpid.exchange.ExchangeDefaults;
import org.apache.qpid.framing.FieldTable;
-import org.apache.qpid.framing.PropertyFieldTable;
import javax.jms.*;
|
