diff options
| author | Robert Greig <rgreig@apache.org> | 2006-10-12 20:01:58 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2006-10-12 20:01:58 +0000 |
| commit | 1584e435c256f108afd6691a6ea9e1f3ff4faf0b (patch) | |
| tree | e955f87b80a3ace60e5f88133c3c6b93172ebbab /qpid/java/client/test | |
| parent | aacdf39382efc793b9b92bc99bc8ce18c21de8d8 (diff) | |
| download | qpid-python-1584e435c256f108afd6691a6ea9e1f3ff4faf0b.tar.gz | |
QPID-18. Removed unused experimental code that had direct dependencies on MINA-0.9.5 and upgraded to MINA-1.1.0 snapshot.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@463403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test')
| -rw-r--r-- | qpid/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java b/qpid/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java index 40ea24efbf..4dd67c48d9 100644 --- a/qpid/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java +++ b/qpid/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java @@ -156,6 +156,11 @@ public class BasicDeliverTest return null; //To change body of implemented methods use File | Settings | File Templates. } + public IoServiceConfig getServiceConfig() + { + return null; + } + public IoHandler getHandler() { return null; //To change body of implemented methods use File | Settings | File Templates. |
