Skip to content

Commit 9110c61

Browse files
committed
Type fixes for dialyzer
1 parent 8e47fdd commit 9110c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/src/amqqueue.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
%% durable
108108
recoverable_slaves = [] :: [atom()] | none | ets:match_pattern(),
109109
%% durable, implicit update as above
110-
policy :: binary() | none | undefined | ets:match_pattern(),
110+
policy :: proplists:proplist() | none | undefined | ets:match_pattern(),
111111
%% durable, implicit update as above
112-
operator_policy :: binary() | none | undefined | ets:match_pattern(),
112+
operator_policy :: proplists:proplist() | none | undefined | ets:match_pattern(),
113113
%% transient
114114
gm_pids = [] :: [{pid(), pid()}] | none | ets:match_pattern(),
115115
%% transient, recalculated as above

0 commit comments

Comments
 (0)