Cleanup dialyzer errrors in leveled_sst

This commit is contained in:
Heinz N. Gies 2017-07-31 19:30:29 +02:00
parent 4ccd67a3c2
commit 5e6df539cb
2 changed files with 10 additions and 10 deletions

View file

@ -28,10 +28,10 @@
timestamp :: integer()}).
-record(manifest_entry,
{start_key :: tuple(),
end_key :: tuple(),
owner :: pid()|list(),
filename :: string()}).
{start_key :: tuple() | undefined,
end_key :: tuple() | undefined,
owner :: pid()|list(),
filename :: string() | undefined}).
-record(cdb_options,
{max_size :: integer(),
@ -106,4 +106,4 @@
vclock,
updatemetadata=dict:store(clean, true, dict:new()),
updatevalue :: term()}).