Resolve R16 dialyzer issue

This commit is contained in:
Martin Sumner 2017-11-28 11:49:29 +00:00
parent 5342e3a94f
commit a655baf881

View file

@ -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