summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-09-30 14:35:46 +0100
committerMatthias Radestock <matthias@lshift.net>2008-09-30 14:35:46 +0100
commit61d631e74034074cb6fca2e542f1c014431e134f (patch)
tree0361e389e545fe06c10d105b60a3e8087f342af0
parent2d0364fd47662b0038d6fb9a7aef905c3465e7bc (diff)
downloadrabbitmq-server-61d631e74034074cb6fca2e542f1c014431e134f.tar.gz
oops
-rw-r--r--src/rabbit_amqqueue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl
index bcb724ea..193b1076 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()) ->