OTP16 type again

This commit is contained in:
martinsumner 2017-01-17 19:01:59 +00:00
parent 5345242e27
commit 59c0c06b60

View file

@ -49,7 +49,8 @@
-record(state, {owner :: pid(),
root_path :: string(),
pending_deletions = dict:new() :: dict:dict()}).
pending_deletions = dict:new() % OTP 16 does not like type
}).
%%%============================================================================
%%% API