Resolve R16 dialyzer issue
This commit is contained in:
parent
5342e3a94f
commit
a655baf881
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
||||||
% deletion was made, and the original Manifest Entry
|
% deletion was made, and the original Manifest Entry
|
||||||
basement :: integer(),
|
basement :: integer(),
|
||||||
% Currently the lowest level (the largest number)
|
% Currently the lowest level (the largest number)
|
||||||
blooms :: dict:dict()
|
blooms :: any() % actually a dict but OTP 16 compatability
|
||||||
% A dictionary mapping PIDs to bloom filters
|
% A dictionary mapping PIDs to bloom filters
|
||||||
}).
|
}).
|
||||||
|
|
||||||
|
@ -689,8 +689,8 @@ update_pendingdeletes(ManSQN, Removals, PendingDeletes) ->
|
||||||
|
|
||||||
-spec update_blooms(list()|manifest_entry(),
|
-spec update_blooms(list()|manifest_entry(),
|
||||||
list()|manifest_entry(),
|
list()|manifest_entry(),
|
||||||
dict:dict())
|
any()
|
||||||
-> {dict:dict(), list()}.
|
-> {any(), list()}.
|
||||||
%% @doc
|
%% @doc
|
||||||
%%
|
%%
|
||||||
%% The manifest is a Pid-> Bloom mappping for every Pid, and this needs to
|
%% The manifest is a Pid-> Bloom mappping for every Pid, and this needs to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue