summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2008-09-21 19:46:26 +0100
committerBen Hood <0x6e6562@gmail.com>2008-09-21 19:46:26 +0100
commitc250b7b89c70a0618457325c86c3102b85b079b9 (patch)
treedae05d16d1963906710b0321b1b5439b35bd3b02 /src
parent76ddf664cb1dbe98846444240e4c8dd0747f710f (diff)
downloadrabbitmq-server-git-c250b7b89c70a0618457325c86c3102b85b079b9.tar.gz
Fixed type signature
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index e8c118ce94..2975cc4df7 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -81,7 +81,7 @@
-spec(with_vhost/2 :: (vhost(), thunk(A)) -> A).
-spec(with_user_and_vhost/3 :: (username(), vhost(), thunk(A)) -> A).
-spec(execute_mnesia_transaction/1 :: (thunk(A)) -> A).
--spec(execute_mnesia_transaction/2 :: (thunk(A), any()) -> A).
+-spec(execute_mnesia_transaction/2 :: (thunk(A), list()) -> A).
-spec(ensure_ok/2 :: ('ok' | {'error', any()}, atom()) -> 'ok').
-spec(localnode/1 :: (atom()) -> node()).
-spec(tcp_name/3 :: (atom(), ip_address(), ip_port()) -> atom()).