summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_decorator.erl
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-04-16 17:36:34 +0100
committerEmile Joubert <emile@rabbitmq.com>2013-04-16 17:36:34 +0100
commit074fdf03ac7b9245d150cc03aa89c403001d8526 (patch)
tree6cbaaf3f7ccd5fe6ff67755f80e40b4fe2ff23cf /src/rabbit_exchange_decorator.erl
parent8089c02708b9e19725f9ed68b335c0d1cbeb1bca (diff)
downloadrabbitmq-server-074fdf03ac7b9245d150cc03aa89c403001d8526.tar.gz
Further modifications implementing feedback
Diffstat (limited to 'src/rabbit_exchange_decorator.erl')
-rw-r--r--src/rabbit_exchange_decorator.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_exchange_decorator.erl b/src/rabbit_exchange_decorator.erl
index 19cbf92f..79ea212f 100644
--- a/src/rabbit_exchange_decorator.erl
+++ b/src/rabbit_exchange_decorator.erl
@@ -63,7 +63,7 @@
%% Allows additional destinations to be added to the routing decision.
-callback route(rabbit_types:exchange(), rabbit_types:delivery()) ->
- [rabbit_amqqueue:name() | rabbit_exchange:name()] | ok.
+ [rabbit_amqqueue:name() | rabbit_exchange:name()].
%% Whether the decorator wishes to receive callbacks for the exchange
%% none:no callbacks, noroute:all callbacks except route, all:all callbacks