diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-12-18 16:59:38 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-12-18 16:59:38 +0000 |
| commit | 73afe0db73876aa321f098bed1de0816e6c85391 (patch) | |
| tree | 60ab0a9286f9feb95560e31d56182405bd66f0df /include | |
| parent | 407b5126c3ac523f7023f517e3520b5d12dee7f3 (diff) | |
| parent | f87f1d9d1950eee917ff95a8e24be3ad5077d85d (diff) | |
| download | rabbitmq-server-git-73afe0db73876aa321f098bed1de0816e6c85391.tar.gz | |
merge bug22068 into bug22169
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_exchange_behaviour_spec.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_exchange_behaviour_spec.hrl b/include/rabbit_exchange_behaviour_spec.hrl index 30662af84a..7e965fc796 100644 --- a/include/rabbit_exchange_behaviour_spec.hrl +++ b/include/rabbit_exchange_behaviour_spec.hrl @@ -32,7 +32,7 @@ -spec(description/0 :: () -> [{atom(), any()}]). -spec(publish/2 :: (exchange(), delivery()) -> {routing_result(), [pid()]}). --spec(recover/1 :: (exchange()) -> 'ok'). +-spec(declare/1 :: (exchange()) -> 'ok'). -spec(init/1 :: (exchange()) -> 'ok'). -spec(delete/1 :: (exchange()) -> 'ok'). -spec(add_binding/2 :: (exchange(), binding()) -> 'ok'). |
