summaryrefslogtreecommitdiff
path: root/java/client
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2012-01-10 21:57:20 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2012-01-10 21:57:20 +0000
commit5502bf0c06855533b07cb7a88198d164ffd534ec (patch)
tree31e7875bfab6a4600cd7747ad3f74ac85512883f /java/client
parent2403e52ec2e93c65a7067d6683f2412771730f79 (diff)
downloadqpid-python-5502bf0c06855533b07cb7a88198d164ffd534ec.tar.gz
QPID-3279, committing a patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1229754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
-rw-r--r--java/client/src/main/java/org/apache/qpid/client/AMQDestination.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java b/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java
index 1df809c67c..92602ac3a2 100644
--- a/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java
+++ b/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java
@@ -829,7 +829,7 @@ public abstract class AMQDestination implements Destination, Referenceable
dest.setSubject(_subject);
dest.setCreate(_create);
dest.setAssert(_assert);
- dest.setDelete(_create);
+ dest.setDelete(_delete);
dest.setBrowseOnly(_browseOnly);
dest.setAddressType(_addressType);
dest.setTargetNode(_targetNode);