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 | a873c620e65e3060a5d29acce49f77b8213b4a06 (patch) | |
tree | 7dcb16cfe40dfbaa1587fad6e83a30fd1653851d /java/common | |
parent | f0675254ce88655bd97c7e8e4c214754b5dcd674 (diff) | |
download | qpid-python-a873c620e65e3060a5d29acce49f77b8213b4a06.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/qpid@494769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
-rw-r--r-- | java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java b/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java index 0b9bf56875..523a24f278 100644 --- a/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java +++ b/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); |