diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-11-07 21:13:26 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-11-07 21:13:26 +0000 |
| commit | 886eac494d7b6a5f7855ade079f5cf8038c03a88 (patch) | |
| tree | 0650f35e111a3e75cb7a0b64479cfe16b4016e37 | |
| parent | 73bafb20a7647418e5e8807eb32fa7da77c045d8 (diff) | |
| download | rabbitmq-server-git-886eac494d7b6a5f7855ade079f5cf8038c03a88.tar.gz | |
yet another spec error
| -rw-r--r-- | codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py index c1e4746414..e172a967be 100644 --- a/codegen.py +++ b/codegen.py @@ -420,7 +420,7 @@ def genErl(spec): (amqp_method_name(), binary()) -> amqp_method_record() | rabbit_types:connection_exit()). -spec(decode_properties/2 :: (non_neg_integer(), binary()) -> amqp_property_record()). -spec(encode_method_fields/1 :: (amqp_method_record()) -> binary()). --spec(encode_properties/1 :: (amqp_method_record()) -> binary()). +-spec(encode_properties/1 :: (amqp_property_record()) -> binary()). -spec(lookup_amqp_exception/1 :: (amqp_exception()) -> {boolean(), amqp_exception_code(), binary()}). -spec(amqp_exception/1 :: (amqp_exception_code()) -> amqp_exception()). -endif. % use_specs |
