diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-02-28 11:08:18 +0000 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-02-28 11:08:18 +0000 |
commit | 4ab2313da176274b9e710523312aab3dd7883c7a (patch) | |
tree | 2d542f7deecd4322a94c37f290a502e78228412f | |
parent | 88f76fbfe1dfa648c0e8127a2db21dc231b8b012 (diff) | |
download | rabbitmq-server-bug20337.tar.gz |
that function doesn't return errorsbug20337
-rw-r--r-- | src/rabbit_basic.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_basic.erl b/src/rabbit_basic.erl index a7b13511..25485ca0 100644 --- a/src/rabbit_basic.erl +++ b/src/rabbit_basic.erl @@ -67,8 +67,7 @@ -> rabbit_types:content()). -spec(header_routes/1 :: - (undefined | rabbit_framing:amqp_table()) -> - [string()] | rabbit_types:error(any())). + (undefined | rabbit_framing:amqp_table()) -> [string()]). -spec(build_content/2 :: (rabbit_framing:amqp_property_record(), binary() | [binary()]) -> rabbit_types:content()). -spec(from_content/1 :: (rabbit_types:content()) -> |