Clear dialyzer warnings

This commit is contained in:
martinsumner 2017-02-27 20:23:36 +00:00
parent fce7cbd2ef
commit 35b6e16590
4 changed files with 6 additions and 5 deletions

View file

@ -30,7 +30,7 @@
-record(manifest_entry,
{start_key :: tuple(),
end_key :: tuple(),
owner :: pid(),
owner :: pid()|list(),
filename :: string()}).
-record(cdb_options,
@ -55,7 +55,7 @@
max_inmemory_tablesize :: integer(),
start_snapshot = false :: boolean(),
source_penciller :: pid(),
levelzero_cointoss = false :: boolean}).
levelzero_cointoss = false :: boolean()}).
-record(iclerk_options,
{inker :: pid(),