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 | 752b762c1a473bf18c756347960712293bed3079 (patch) | |
tree | d9325b2c9231b87613007fc2fc52ab5c1f393a1a /codegen.py | |
parent | c333d8475087106e17905a61b9662aa55fae1d2e (diff) | |
download | rabbitmq-server-752b762c1a473bf18c756347960712293bed3079.tar.gz |
cosmetic
Diffstat (limited to 'codegen.py')
-rw-r--r-- | codegen.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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()). |