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 | 8a9e141b27d1ae74eab2854d6dccedb404937a6f (patch) | |
tree | ca6725de38f7bb4cc33a5c0a3220c3a979518038 /java/client/test/src | |
parent | aa158518be717746e9350cad81eda75b8d42b735 (diff) | |
download | qpid-python-8a9e141b27d1ae74eab2854d6dccedb404937a6f.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/qpid@463403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/src')
-rw-r--r-- | java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java b/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java index 40ea24efbf..4dd67c48d9 100644 --- a/java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java +++ b/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. |