From 34b219da19a63e431b73d1e612902227aad85ac6 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 10 Jul 2008 01:15:43 +0000 Subject: QPID-1062: moved channel id into the ProtocolEvent interface and removed ConnectionEvent, this removes the overhead of creating ConnectionEvents git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@675397 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpidity/transport/ConnectionTest.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/qpidity/transport/ConnectionTest.java b/java/common/src/test/java/org/apache/qpidity/transport/ConnectionTest.java index 1a83786e12..281b618408 100644 --- a/java/common/src/test/java/org/apache/qpidity/transport/ConnectionTest.java +++ b/java/common/src/test/java/org/apache/qpidity/transport/ConnectionTest.java @@ -86,7 +86,7 @@ public class ConnectionTest extends TestCase } }); - conn.send(new ConnectionEvent(0, new ProtocolHeader(1, 0, 10))); + conn.send(new ProtocolHeader(1, 0, 10)); return conn; } -- cgit v1.2.1