diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-08-20 15:37:29 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-08-20 15:37:29 +0000 |
| commit | e59726f86f4ce24668bef5e25071f7418317ac6a (patch) | |
| tree | 1b676c5bda9827e84d0b1cbdc9040ec0b1e64d55 /java/client/src | |
| parent | e8e8880d166e7dc551888bcfa86af4913130d29a (diff) | |
| download | qpid-python-e59726f86f4ce24668bef5e25071f7418317ac6a.tar.gz | |
QPID-2809
Forgot to checkin this with my intial commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src')
| -rw-r--r-- | java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java b/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java index 5c6da08723..862daec428 100644 --- a/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java +++ b/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java @@ -58,7 +58,7 @@ public abstract class BasicMessageConsumer<U> extends Closeable implements Messa private final boolean _noLocal; - private final AMQDestination _destination; + protected AMQDestination _destination; /** * When true indicates that a blocking receive call is in progress |
