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
commitf5dcc2180b76129791349cca269f83a73f5382a1 (patch)
treed2831f6fd5b1045c04080cc32badea41704acaa8
parent39be6b976a5f3b5733941bf76333349e129238e2 (diff)
downloadrabbitmq-server-git-f5dcc2180b76129791349cca269f83a73f5382a1.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 703300720e..1210e11534 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').