diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2012-01-10 21:57:20 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2012-01-10 21:57:20 +0000 |
| commit | 38fd3808e4001b1e7f46b5eeaa1c51394c83d46b (patch) | |
| tree | 1d36ba93d04f58473441d2cf1de075b1ae6b9fb6 /qpid/java | |
| parent | f4795895f19bd0d5697162853a60657a77cabff5 (diff) | |
| download | qpid-python-38fd3808e4001b1e7f46b5eeaa1c51394c83d46b.tar.gz | |
QPID-3279, committing a patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1229754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java index 1df809c67c..92602ac3a2 100644 --- a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQDestination.java +++ b/qpid/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); |
