diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-10 08:52:41 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-10 08:52:41 +0000 |
| commit | d989614d675abf5d970e0aff420fb3db79ace159 (patch) | |
| tree | a1e2388d652a4470af3f4ebfbcdd3848a2135faf /qpid/java/common | |
| parent | 8dc53a78a3888e1fe23c6ff84d653c6e4e23e3e4 (diff) | |
| download | qpid-python-d989614d675abf5d970e0aff420fb3db79ace159.tar.gz | |
QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more of the Python tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
| -rw-r--r-- | qpid/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java b/qpid/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java index 0b9bf56875..523a24f278 100644 --- a/qpid/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java +++ b/qpid/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java @@ -94,7 +94,7 @@ public final class AMQConstant public static final AMQConstant RESOURCE_ERROR = new AMQConstant(506, "resource error", true); - public static final AMQConstant NOT_ALLOWED = new AMQConstant(507, "not allowed", true); + public static final AMQConstant NOT_ALLOWED = new AMQConstant(530, "not allowed", true); public static final AMQConstant NOT_IMPLEMENTED = new AMQConstant(540, "not implemented", true); |
