diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-04-11 17:17:16 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-04-11 17:17:16 +0100 |
commit | ade694489cbadbe94df9707eb884443d37008157 (patch) | |
tree | 2b5b2529178ed2861cde571ca945453c5cf36d07 /codegen.py | |
parent | 35fc07b3387e7a23c104eb906d46af499cd5db9e (diff) | |
parent | 69906db00e1c032f44292658e804f02a96f7184c (diff) | |
download | rabbitmq-server-bug23568.tar.gz |
Merge from defaultbug23568
Diffstat (limited to 'codegen.py')
-rw-r--r-- | codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ def genErl(spec): -type(amqp_field_type() :: 'longstr' | 'signedint' | 'decimal' | 'timestamp' | 'table' | 'byte' | 'double' | 'float' | 'long' | - 'short' | 'bool' | 'binary' | 'void'). + 'short' | 'bool' | 'binary' | 'void' | 'array'). -type(amqp_property_type() :: 'shortstr' | 'longstr' | 'octet' | 'shortint' | 'longint' | 'longlongint' | 'timestamp' | 'bit' | 'table'). |