diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-06-09 12:54:50 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-06-09 12:54:50 +0100 |
| commit | 1132c6874c99e8a1ba74827e9ec2084716d593d9 (patch) | |
| tree | d9325b2c9231b87613007fc2fc52ab5c1f393a1a /codegen.py | |
| parent | 39695c5bbd3379cdbc1479fe0a0856b20cf99b24 (diff) | |
| download | rabbitmq-server-git-1132c6874c99e8a1ba74827e9ec2084716d593d9.tar.gz | |
cosmetic
Diffstat (limited to 'codegen.py')
| -rw-r--r-- | codegen.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/codegen.py b/codegen.py index 1e20f99a7f..2232a67059 100644 --- a/codegen.py +++ b/codegen.py @@ -465,10 +465,8 @@ def genSpec(spec): %% dialyzer's lack of support for recursive types -type(amqp_table() :: [{binary(), amqp_field_type(), any()}]). %% TODO: make this more precise -%% TODO: Are these tuples of the form {P_basic_property, any()} ? -type(amqp_properties() :: tuple()). -%% TODO: make this more precise I can't find any restriction on this. -%% Should I just check if it's 16bit ? + -type(channel_number() :: non_neg_integer()). -type(resource_name() :: binary()). -type(routing_key() :: binary()). |
