Fix unexported types

file:location not exported?
This commit is contained in:
Martin Sumner 2018-06-04 10:57:37 +01:00
parent c827c60042
commit a14941a122
8 changed files with 19 additions and 12 deletions

View file

@ -174,7 +174,7 @@ ink_start(InkerOpts) ->
-spec ink_put(pid(),
leveled_codec:ledger_key(),
any(),
leveled_codec:key_changes()) ->
leveled_codec:journal_keychanges()) ->
{ok, integer(), integer()}.
%% @doc
%% PUT an object into the journal, returning the sequence number for the PUT