summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-11-07 21:13:26 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2010-11-07 21:13:26 +0000
commit2beba779fa1d3225dcc7b532344de10eb65d7a5c (patch)
tree0650f35e111a3e75cb7a0b64479cfe16b4016e37
parent2206bf0c3bc6ad060d716f8c72174c6761833de6 (diff)
downloadrabbitmq-server-2beba779fa1d3225dcc7b532344de10eb65d7a5c.tar.gz
yet another spec error
-rw-r--r--codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py
index c1e47464..e172a967 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