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 | 01bef6c9c96fdbf625c2f36424087b8cd8b875ae (patch) | |
| tree | 6f8a8f4d7668c14855a90a7d39fa90fcd9e509ef /qpid/java | |
| parent | c868eeb53e10b55e59f817d057c252316c5ef608 (diff) | |
| download | qpid-python-01bef6c9c96fdbf625c2f36424087b8cd8b875ae.tar.gz | |
QPID-2809
Forgot to checkin this with my intial commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@987549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java b/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java index 5c6da08723..862daec428 100644 --- a/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java +++ b/qpid/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 |
