Update the spec for rabbit_binding:new/4 to match rabbit_types
This commit is contained in:
parent
5a8e74ed5d
commit
b63a9de362
|
|
@ -55,9 +55,9 @@
|
|||
|
||||
%%----------------------------------------------------------------------------
|
||||
|
||||
-spec new(rabbit_types:exchange(),
|
||||
-spec new(rabbit_types:binding_source(),
|
||||
key(),
|
||||
rabbit_types:exchange() | amqqueue:amqqueue(),
|
||||
rabbit_types:binding_destination(),
|
||||
rabbit_framing:amqp_table()) ->
|
||||
rabbit_types:binding().
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue