From 12111db2a9f671a5bed6b3b2ceb3e4c6c3a9cb18 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 25 Mar 2009 18:36:47 +0000 Subject: QPID-1735 : Removed duplicated methods with differing functionality that was causing FtD to fail. Annoyingly the tests work as they used the method with the extra functionality. Commit from 0.5-release : r758382 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@758395 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/qpid/server/queue/QueueEntry.java | 9 +++++---- .../main/java/org/apache/qpid/server/queue/QueueEntryImpl.java | 7 +------ .../qpid/server/exchange/AbstractHeadersExchangeTestBase.java | 5 ----- .../java/org/apache/qpid/server/queue/QueueEntryImplTest.java | 9 ++------- 4 files changed, 8 insertions(+), 22 deletions(-) (limited to 'java') diff --git a/java/broker/src/main/java/org/apache/qpid/server/queue/QueueEntry.java b/java/broker/src/main/java/org/apache/qpid/server/queue/QueueEntry.java index 7fc5df4e9e..f22220ada9 100644 --- a/java/broker/src/main/java/org/apache/qpid/server/queue/QueueEntry.java +++ b/java/broker/src/main/java/org/apache/qpid/server/queue/QueueEntry.java @@ -170,14 +170,15 @@ public interface QueueEntry extends Comparable, Filterable