From 8a9e141b27d1ae74eab2854d6dccedb404937a6f 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/qpid@463403 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/test/src/org/apache/qpid/codec/BasicDeliverTest.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'java/client/test') 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. -- cgit v1.2.1