summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-05-26 12:52:50 +0100
committerSimon MacMullen <simon@lshift.net>2010-05-26 12:52:50 +0100
commit0673151ef348ad8d34c65fcfa08679175a57d850 (patch)
treed2831f6fd5b1045c04080cc32badea41704acaa8
parent47fc35f38d9835542a7365fba7aff1947f787a29 (diff)
downloadrabbitmq-server-0673151ef348ad8d34c65fcfa08679175a57d850.tar.gz
Correct specs.
-rw-r--r--src/rabbit_amqqueue.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl
index 70330072..1210e115 100644
--- a/src/rabbit_amqqueue.erl
+++ b/src/rabbit_amqqueue.erl
@@ -101,8 +101,7 @@
-spec(basic_consume/7 ::
(amqqueue(), boolean(), pid(), pid() | 'undefined', ctag(),
boolean(), any()) ->
- 'ok' | {'error', 'queue_owned_by_another_connection' |
- 'exclusive_consume_unavailable'}).
+ 'ok' | {'error', 'exclusive_consume_unavailable'}).
-spec(basic_cancel/4 :: (amqqueue(), pid(), ctag(), any()) -> 'ok').
-spec(notify_sent/2 :: (pid(), pid()) -> 'ok').
-spec(unblock/2 :: (pid(), pid()) -> 'ok').