diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-09-30 14:35:46 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-09-30 14:35:46 +0100 |
| commit | 0587bccf2d6c4231a7dee59bd077f310a12ccf79 (patch) | |
| tree | 0361e389e545fe06c10d105b60a3e8087f342af0 | |
| parent | 52e2ee3f136ce3ec839e88dc342397f19ab3d565 (diff) | |
| download | rabbitmq-server-git-0587bccf2d6c4231a7dee59bd077f310a12ccf79.tar.gz | |
oops
| -rw-r--r-- | src/rabbit_amqqueue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index bcb724eab1..193b10766b 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -88,7 +88,7 @@ -spec(ack/4 :: (pid(), maybe(txn()), [msg_id()], pid()) -> 'ok'). -spec(commit_all/2 :: ([pid()], txn()) -> ok_or_errors()). -spec(rollback_all/2 :: ([pid()], txn()) -> ok_or_errors()). --spec(notify_down_all/2 :: ([amqqueue()], pid()) -> ok_or_errors()). +-spec(notify_down_all/2 :: ([pid()], pid()) -> ok_or_errors()). -spec(binding_forcibly_removed/2 :: (binding_spec(), queue_name()) -> 'ok'). -spec(claim_queue/2 :: (amqqueue(), pid()) -> 'ok' | 'locked'). -spec(basic_get/3 :: (amqqueue(), pid(), bool()) -> |
