summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-03 17:26:52 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-03 17:26:52 +0100
commitab8c1770d1a0e687e2e363b3d73cd9482640fd01 (patch)
tree79da2b23e123fe973938af3e9caa7077ff01d5a7
parent7f709cc3ef1440a29506c0fafd9a650fda9fab36 (diff)
downloadrabbitmq-server-bug23899.tar.gz
I cannot BELIEVE that anyone was so UNPROFFESSIONNAL as to OMIT these TYPES.bug23899
-rw-r--r--src/rabbit_direct.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_direct.erl b/src/rabbit_direct.erl
index 7ad63e81..7ff534ee 100644
--- a/src/rabbit_direct.erl
+++ b/src/rabbit_direct.erl
@@ -25,8 +25,8 @@
-ifdef(use_specs).
-spec(boot/0 :: () -> 'ok').
--spec(connect/4 :: (binary(), binary(), rabbit_types:protocol(),
- rabbit_event:event_props()) ->
+-spec(connect/4 :: (rabbit_types:username(), rabbit_types:vhost(),
+ rabbit_types:protocol(), rabbit_event:event_props()) ->
{'ok', {rabbit_types:user(),
rabbit_framing:amqp_table()}}).
-spec(start_channel/8 ::