From c2f00b035fd3c47e5365294716d919ba997ee1a6 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 19 Jan 2010 23:28:45 +0000 Subject: Changed the setIdleTimeout method to take an int instead of a long. The socket interface takes the so_timeout as an int and also the AMQP heartbeat interval is taken as an int. This change will help simplify the code that handles heartbeats. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901000 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpid/transport/TestNetworkDriver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/common/src/test') diff --git a/java/common/src/test/java/org/apache/qpid/transport/TestNetworkDriver.java b/java/common/src/test/java/org/apache/qpid/transport/TestNetworkDriver.java index a4c4b59cdd..ffe6c63d96 100644 --- a/java/common/src/test/java/org/apache/qpid/transport/TestNetworkDriver.java +++ b/java/common/src/test/java/org/apache/qpid/transport/TestNetworkDriver.java @@ -109,7 +109,7 @@ public class TestNetworkDriver implements NetworkDriver } - public void setIdleTimeout(long l) + public void setIdleTimeout(int i) { } -- cgit v1.2.1