summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@lshift.net>2009-10-06 14:39:58 +0100
committerMichael Bridgen <mikeb@lshift.net>2009-10-06 14:39:58 +0100
commit5d8af77d73308e5cf8582b5056e5c06211d95a77 (patch)
tree741870eca13fcacb5caede56723cac49a95e3102
parent3dba7e2b4649064f2eaecb77dbe7f75a9b0801f6 (diff)
downloadrabbitmq-codegen-5d8af77d73308e5cf8582b5056e5c06211d95a77.tar.gz
It's cluster-id that's deprecated, not app-id
-rw-r--r--amqp-0.9.1.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/amqp-0.9.1.json b/amqp-0.9.1.json
index 7dbfe03..7aeed10 100644
--- a/amqp-0.9.1.json
+++ b/amqp-0.9.1.json
@@ -359,8 +359,8 @@
{"type": "timestamp", "name": "timestamp"},
{"type": "shortstr", "name": "type"},
{"type": "shortstr", "name": "user-id"},
- {"type": "shortstr", "name": "deprecated-app-id"},
- {"type": "shortstr", "name": "cluster-id"}]
+ {"type": "shortstr", "name": "app-id"},
+ {"type": "shortstr", "name": "deprecated-cluster-id"}]
},
{
"id": 90,