Fix some dialyzer warnings

This commit is contained in:
Carlos Martín Nieto
2013-07-17 10:37:00 +02:00
parent ed6654fe59
commit bf2a59dbf2
5 changed files with 9 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
-export([lookup/2, size/1, content/1]).
-spec lookup(pid(), geef_oid() | iolist()) -> geef_object().
-spec lookup(pid(), geef_oid() | iolist()) -> {ok, geef_object()} | {error, term()}.
lookup(Repo, Id) ->
geef_obj:lookup(Repo, Id, blob).