From 1584e435c256f108afd6691a6ea9e1f3ff4faf0b Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Thu, 12 Oct 2006 20:01:58 +0000 Subject: 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 --- .../java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/java/client') 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. -- cgit v1.2.1